/*body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6875em;
	color: #333333;
} */





.MenuLinks
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;	
	font-weight: bold;
}

.MenuLinks A
{	
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
}

/* TAKEN FROM OWS.CSS */
.ms-nav A
{	
    text-decoration: none; 
    font-family: Verdana, sans-serif; 
    font-size: 9pt; 
    font-weight: normal; 
    color: #ffffff;
}

.ms-nav A:hover
{	
    text-decoration: underline; 
    color: #ffffff;
}

.ms-nav a:visited {
   color: #ffffff;
}

.ms-homepagetitle 
{
    font-family: arial; 
    font-size: 12pt; 
    color: black;
    font-weight: bold; 
    text-decoration: none; 
}

.ms-titlearea { 
    font-family: verdana; 
    font-size: 9pt; 
	color: #777777;    
}
/* END OF */

.HeaderSearch 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6A6A6A;
}

.HeaderSearch A 
{
	color: #cc3333;
	text-decoration: none;
}

.HeaderSearch A:hover 
{
	color: FFA800;
	text-decoration: none;
	cursor: hand
}


.FooterStyle
{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	text-align: left;
	font-size: 10px;
}


.button 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* Text sizes - for web design should only have 1 or 2 choices  */

.ImportantText /* 2nd choice */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

.StandardText /* 1st choice */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6875em;
	color: #333333;
}

.PageTitle /* Page titles only */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: -5px;
	color: #6A6A6A;
}

.ErrorText /* Font for errors - need to be different to draw attention*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Red;
	font-weight: bold;
}

.StandardLinks /* Version of the 1st choice for hyperlinks */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ImportantLinks /* Version of the 2nd choice for hyperlinks */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-weight: bold;
}

ImportantNav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: Green;
}

StandardNav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: Green;
}

ImportantNav A:hover
{
	color: Yellow;
	text-decoration: underline;
	font-weight: bold;
}

StandardNav A:hover
{
	color: Yellow;
	text-decoration: underline;
	font-weight: bold;
}
