/* Links Style */
body	{
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #cccccc;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px; 
  background-color: #000000; 
}

form {
	display: inline;
}

a:link { text-decoration: underline; color: #cccccc; }
a:visited { text-decoration: underline; color: #cccccc; }
a:active { text-decoration: underline; color: #cccccc; }
a:hover	{ text-decoration: none; color: #E92F00; }

a.header { text-decoration: none; color: #cccccc; }
a.header:visited { text-decoration: none; color: #cccccc; }
a.header:active { text-decoration: none; color: #cccccc; }
a.header:hover { text-decoration: none; color: #E92F00; }

a.headerAdmin { text-decoration: none; color: #E92F00; }
a.headerAdmin:visited { text-decoration: none; color: #E92F00; }
a.headerAdmin:active { text-decoration: none; color: #E92F00; }
a.headerAdmin:hover { text-decoration: none; color: #cccccc; }

.big_dark_text {
	color: #333333;
	font-size: 18px;
	font-family: Garamond, "Times New Roman", Arial;
	font-weight: bold;
}

.big_gray_text {
	color: #cccccc;
	font-size: 18px;
	font-family: Garamond, "Times New Roman", Arial;
	font-weight: bold;
}

.orange_highlight {
	color: #E92F00;
}

.small_text {
  font-size: 9px;
}

.footer {
  color: #666666;
  font-size: 9px;
}