@charset "utf-8";
/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
   
/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */
   
body {
	color: #000000;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 75%;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 1.6em;
	margin-bottom: 0.5em;
	color: #000000;
	line-height: 1;
}
h2 {
	font-size: 1.6em;
	line-height: 1;
	margin-bottom: 0.5em;
	color: #cc3300;
}
h3 {
	font-size: 1.2em;
	margin-bottom: 0.75em;
	font-weight: bold;
}
h4 {
	font-size: 1.1em;
	line-height: 1;
	margin-bottom: 1em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}


/* Text elements
-------------------------------------------------------------- */

.text {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

.input {
	color: #333333;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	width: 90%;
}
.input-large {
	color: #333333;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	width: 95%;
}
.input-smaller {
	color: #333333;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	width: 85%;
}
.input-small {
	color: #333333;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
}
/* Navigation */

a.nav {
	
	overflow: hidden;
	color: #FFFFFF;
	padding-top: 0px;
}

a.nav:link {
	color: #999999;
} 
a.nav:visited {
	color: #999999;
} 

a.nav:hover {
	color: #999999;
} 


/* Controls for the main hyperlinks to be used through out the site */

a, a:link, a:visited {
	font-weight: bold;
	text-transform: none;
	color: #000000;
}
a:hover {
	font-weight: bold;
	text-transform: none;
	color: #999999;
}
.red{
	color: #FF0000
}

ul{

}
ol {

	margin:0;

}

li{
	margin-left:0px
}
#footer-man a {
	text-align: left;
	color: #000000;
	margin-top: 5px;
	margin-right: -10px;
	margin-bottom: 5px;
	margin-left: 0;
	font-weight: bold;
	line-height: 10pt;
	text-decoration: none;
}
#footer-man a:hover {
	color: #999999;
	font-weight: bold;
	line-height: 10pt;
}

/* Navigation */

a.second, a.second:link, a.second:visited {
	display:block;
	overflow: hidden;
	color: #000000;
	padding-top: 0px;
}

a.second:hover {
	color: #999999;
} 

label {
	
	font-size: 11px;
	font-style: normal;
}

label-past {
	font-size: 11px;
	font-style: normal;
	color: #FF0000;
}

label img { vertical-align: middle;}



/* Fieldsets */

fieldset    {
	border: 2px solid #330066;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 1.2em;
}

legend      {
	font-weight: bold;
	font-size:1em;
	margin-left: -10px;
	color: #000000;
}
legend-past      {
	font-weight: bold;
	font-size:1em;
	margin-left: -10px;
	color: #FF0000;
}
label {
	font-weight: normal;
	padding-top: 5px;
}
