/* CSS code for RNOC */

BODY { 
font-family: Arial, Verdana, Geneva, sans-serif;
background-color: #f9f9f9;
}

P, LI, TD, TH {
font-family: Arial, Verdana, Geneva, sans-serif; 
font-size: 12px; 
color: #333333;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

.secondaryPageHeader{
		color: #663366;
		font-family: Arial, verdana, helvetica, sans serif;
		font-size: 13pt;
		font-weight: bold;	
	}

.sectionhead {
color: #663366;
font-family: Arial, verdana, helvetica, sans serif;
font-size: 13px;
font-weight: bold;	
}

H1, H2, H3, H4, H5, {
color: #333333;
}

A {
font-family: Arial, Verdana, Geneva, sans-serif; 
font-size: 12px; 
}

A:link { color: #336699; text-decoration: none } 
A:visited { color: #336699; text-decoration: none } 
A:hover { color: #ff6666; text-decoration: underline } 
A:active { color: #ff6666; text-decoration: underline }

.TextBox {
border: #000000 1px inset;
border-color: #000000 #666666 #666666 #000000;
background-color: #FFFFFF;
background-attachment: fixed;
background-image: url(textbox_shadow.gif);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}

.button {
border: 1px outset;
background-color: #E8E8E8;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
cursor: hand;
border-color: #999999 #000000 #000000 #999999;
}