/* CSS Document */

/* Page Background */
BODY { background: #D7D7D7; }


/* Text */
.body_text 
{
	font-family: verdana,arial,helvetica;
	color: #666;
	font-size: 12px;
}

.body_text_bold 
{
	font-family: verdana,arial,helvetica;
	color: #666;
	font-size: 12px;
	font-weight: bold;
}

.footer_text 
{
	font-family: verdana,arial,helvetica;
	color: #fff;
	font-size: 9px;
}

.copyright_text 
{
	font-family: verdana,arial,helvetica;
	color: #666;
	font-size: 9px;
}

.field_text 
{
	font-family: verdana,arial,helvetica;
	font-size: 10px;
	color: #666;
}

.field_text_bold 
{
	font-family: verdana,arial,helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #666;
}

/* For header for top */ 
/* Red header */
.body_header1 
{
	font-family: verdana,arial,helvetica;
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}

/* Bigger red header */
.body_header2 
{
	font-family: verdana,arial,helvetica;
	color: #990000;
	font-size: 14px;
	font-weight: bold;
}


/* Dark grey header */
.body_header3 
{
	font-family: verdana,arial,helvetica;
	color: #666;
	font-size: 12px;
	font-weight: bold;
}

/* Orange header */
.body_header4 
{
	font-family: verdana,arial,helvetica;
	color: #FF6600;
	font-size: 12px;
	font-weight: bold;
}

/* right menu text and links */
/* Grey header */
.right_menu_header1 
{
	font-family: verdana,arial,helvetica;
	color: #666;
	font-size: 11px;
	font-weight: bold;
}

/* Red header */
.right_menu_header2 
{
	font-family: verdana,arial,helvetica;
	color: #990000;
	font-size: 11px;
	font-weight: bold;
}

.right_menu_body { font-family :verdana,arial,helvetica;  font-size: 11px; color: #666;}
.right_menu_link { font-family :verdana,arial,helvetica;  font-size: 11px; color: #336699;}
.right_menu_link_other { font-family :verdana,arial,helvetica;  font-size: 11px; color: #336699;}
a.right_menu_link:link { color: #336699; text-decoration: none; }
a.right_menu_link:active { color: #336699; text-decoration: none;}
a.right_menu_link:visited { color: #336699; text-decoration: none;}
a.right_menu_link:hover { color: #CC3333; text-decoration:underline;}


/* Table Properties for Right Menu */
table.rightmenu  { border-left: 1px dotted #E0DEDE; }

/* Links for footer link */
.footer_text_link { font-family :verdana,arial,helvetica;  font-size: 9px; color: #fff;}
a.footer_text_link:link { color: #fff; text-decoration: none; }
a.footer_text_link:active { color: #fff; text-decoration: none;}
a.footer_text_link:visited { color: #fff; text-decoration: none;}
a.footer_text_link:hover { color: #fff; text-decoration:underline;}

/* Links for small body text */
.body_text_sm_link { font-family :verdana,arial,helvetica;  font-size: 9px; color: #666;}
a.body_text_sm_link:link {  font-size: 9px; color: #336699; text-decoration: none; }
a.body_text_sm_link:active {  font-size: 9px; color: #336699; text-decoration: none;}
a.body_text_sm_link:visited {  font-size: 9px; color: #336699; text-decoration: none;}
a.body_text_sm_link:hover {  font-size: 9px; color: #CC3333; text-decoration:underline;}

/* Links for normal body text */
.body_text_link { font-family :verdana,arial,helvetica;  font-size: 12px; color: #336699;}
a.body_text_link:link { color: #336699; text-decoration: none; }
a.body_text_link:active { color: #336699; text-decoration: none;}
a.body_text_link:visited { color: #336699; text-decoration: none;}
a.body_text_link:hover { color: #CC3333; text-decoration:underline;}

/* Links for different sections in the body text */
.section_link { font-family :verdana,arial,helvetica; font-size: 11px; color: #666; font-style:italic}
a.section_link:link { color: #CC3333; text-decoration: none; }
a.section_link:active { color: #CC3333; text-decoration: none;}
a.section_link:visited { color: #CC3333; text-decoration: none; }
a.section_link:hover { color: #CC3333; text-decoration:underline;}



