/* RTC Southern MASTER STYLE SHEET*/
/* --------------------------------------------------------- */
/* common styles - header and footer styles */

.footer	{
color: #666666;
text-decoration: none;
font-size: 10px; 
line-height: 11px; 
font-weight: normal;
font-style: normal; 
font-family: verdana, arial, helvetica, sans-serif;
}


/* --------------------------------------------------------- */
/* generic body text styles */


.body {
color: #666666;
text-decoration: none;
font-size: 11px; 
line-height: 14px; 
font-weight: normal; 
font-style: normal;
font-family: verdana, arial, helvetica, sans-serif;
}


.bodyitalic {
color: #666666;
text-decoration: none;
font-size: 11px; 
line-height: 17px; 
font-weight: normal;
font-style: italic; 
font-family: verdana, arial, helvetica, sans-serif;
}




.bodyCaption {
color: #666666;
text-decoration: none;
font-size: 9px; 
line-height: 13px; 
font-weight: bold;
font-style: normal; 
font-family: verdana, arial, helvetica, sans-serif;
}




.bodyEmphasis2 {
color: #396A96;
text-decoration: none;
font-size: 11px; 
line-height: 17px; 
font-weight: bold;
font-style: normal; 
font-family: verdana, arial, helvetica, sans-serif;
}



.highlightTitle {
color: #660000;
text-decoration: none;
font-size: 13px; 
line-height: 22px; 
font-weight: bold;
font-style: normal; 
font-family: arial,verdana, helvetica, sans-serif;
}


.highlightSmall {
color: #666666;
text-decoration: none;
font-size: 10px; 
line-height: 13px; 
font-weight: bold;
font-style: normal; 
font-family: verdana, arial, helvetica, sans-serif;
}


/* --------------------------------------------------------- */

/* overall link styles if no class is applied */

A:link  {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, san-serif;
color: #333333;
text-decoration: underline;
}

A:visited  {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, san-serif;
color : #777777;
text-decoration: underline;
}

A:hover  {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, san-serif;
color: #999999;
text-decoration: underline;
}

/* --------------------------------------------------------- */

/* lists styles */

UL.bullet
{
	color: #333333;
	text-decoration: none;	
	font-size: 11px; 
	line-height: 17px; 
	font-weight: normal;	
	font-style: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	list-style-type: disc;
}




UL.circle
{
	color: #333333;
	text-decoration: none;	
	font-size: 11px; 
	line-height: 17px; 
	font-weight: normal;	
	font-style: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	list-style-type: circle;
}




UL.square
{
	color: #333333;
	text-decoration: none;	
	font-size: 11px; 
	line-height: 17px; 
	font-weight: normal;	
	font-style: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	list-style-type:  square;
}




UL.lower-alpha
{
	color: #333333;
	text-decoration: none;	
	font-size: 11px; 
	line-height: 17px; 
	font-weight: normal;	
	font-style: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	list-style-type: lower-alpha;
}




UL.upper-alpha
{
	color: #333333;
	text-decoration: none;	
	font-size: 11px; 
	line-height: 17px; 
	font-weight: normal;	
	font-style: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	list-style-type: upper-alpha;
}




UL.lower-roman
{
	color: #333333;
	text-decoration: none;	
	font-size: 11px; 
	line-height: 17px; 
	font-weight: normal;	
	font-style: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	list-style-type: lower-roman;
}





/* image as bullet only works in IE for mac and pc, regular bullets will display in netscape 4.7 or lower */
UL.image
{
	color: #333333;
	text-decoration: none;	
	font-size: 11px; 
	line-height: 17px; 
	font-weight: normal;	
	font-style: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	list-style:  url(file:///S|/images/smallArrowUL2.gif);
}





UL.imageSub
{
	color: #333333;
	text-decoration: none;	
	font-size: 11px; 
	line-height: 17px; 
	font-weight: normal;	
	font-style: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	list-style:  url(file:///S|/images/smallArrowUL.gif);
}


/* --------------------------------------------------------- */

/* -- form elements -- */

	
/* --------------------------------------------------------- */
