/* If you specify one measurement for margin, it will apply it to all sides of the box model. */
body {
	background-color: #fff;
	color: #000000; 
	font-family : Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

a:link {
	color: #0033CC;
}

h1 {
	font-size: 115%;
    margin-bottom: 0px;
	padding-bottom: 0px;
}

h2 {
	border-bottom: 2px solid #000000; 
	font-size: 105%;
    margin-bottom: 0px;
	padding-bottom: 0px;
}

h3 {
	font-size: 100%;
	font-weight: bold;	
    margin-bottom: 0px;
	padding-bottom: 0px;
}

/* Use monospaced fonts to keep the input field size consistent across browsers. */
input {
	font-family: Courier, 'Courier New', monospace;
}

/* Since monospace fonts from the input selector will apply, specify other fonts here for the
    submit buttons. */ 
submit {
	font-family : Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

/* Since the page is laid out in tables, this is the primary font specification for the entire page. 
 Please be aware that all other variable fonts sizes you specify elsewhere will likely be rendered 
 in most browsers as a percentage of this percentage size. */
td {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
}

th {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 85%;
	text-decoration: underline;
	text-align: left;
}

.boldText {
	font-weight : bold;
}
	
.bottomHeader {
	border-bottom: 5px solid #003366; 
	padding: 0px;
	margin: 0px;
}

.faqQues {
	background-color: #ccffff; 
	color: #000000; 
	display: block;
	font-weight : bold;
	padding: 4px;
	width: 100%; 
}

.fieldErrorText {
	color: #cc0033;
	font-weight: bold;
}

.footer {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size : 75%;
	padding: 4px 0px 4px 0px;
}

/* If you specify 3 measurements for padding, it will apply the first to the top, the second to both
	the right and left, and the third to the bottom side of the box model. 
	If you use the following abbreviation for border specifications, always put width first, style second,
	and color last. */
.navBg {
	background-color: #99ccff;
}

.navigation {
	padding: 5px 0px 5px;		
	font-weight: bold;
}

.smallText {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%;
}

.topTitle {
	background-color: #003366;
	color: #ccffff; 
	font-weight: bold; 
	padding: 2px 0px 2px 0px;
};
