/* STYLESHEET FOR MSIE ON WINDOWS AND MSIE PRE V 5 ON MACINTOSH */

/* BODY STYLES */
/* Note: Level 3 was the original RM style for some pages. */
/* Many pages still use the class, so do not delete */

a
{
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body
{
	color: #05204B;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

p, ul, ol, td
{
	color: #05204B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1
{
	color: #05204B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
}

h2
{
	color: #05204B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

h3
{
	color: #05204B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

h4
{
	color: #05204B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

.admin_header
{
	color: #000000;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.search_text
{
	color: #FFFFFF;
	background-color: #05204B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

/* INFO BOX STYLES */

/*Note: some styles have alternate names. This is because of redundant names used in original RM styles*/

.InfoBox
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}

/* FOOTER STYLES */

.footer
{
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: right;
}

.admin_footer
{
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: right;
}

.login
{
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;	
	text-align: right;
}

.table_headers
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;	
	text-align: left;
	background-color: #05204B;
}

.red_text
{
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
