p {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
}




p.header {
	font-size: 14px;
	color: #000080;
	font-weight : bold;
}

p.question {
	font-size: 12px;
	color: Red;
	font-weight : bold;
}



p.footer {
	color: White;
}

h1, h2, h3, h4 {
font-size: 12px;
color: #000040;
font-weight: bold;
}


/* Body Links */

a:link {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #000080;
}

a:visited {
color: #0000a0;
}

a:hover {
color: #FF0000;
}

a:active {
color: #869191;
}


/* Footer Links */

a:link.footer {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
}

a:hover.footer  {
	color: Red;
}

a:active.footer {
	color: White;
}

a:visited.footer {
	color: White;
}

.search_box_nowidth {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
background-color: #FF0000;
height: 18px;
border: 1px #FFFFFF solid;
}

body {
	font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
