/* Basic - Universal Styles
----------------------------------------------- */
body {
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images/bak.jpg);
	background-repeat: repeat-x;
	}
	
/* CONTENT - Body copy/text
----------------------------------------------- */
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.contentRed {
    COLOR: #990000;
	font-size: 12px;
	
}
.contentRed2 {
    COLOR: #990000;
	font-size: 10px;
	
}
.contentBlue {
    COLOR: #1b3764;
	font-size: 12px;
	
}
.contentBlue2 {
	COLOR: #1b3764;
	font-size: 10px;

}
.contentSubNavLinks {
	COLOR: #1b3764;
	font-size: 10px;
	line-height: 20px;
}

.contentSubNavON {
    COLOR: #ac7700;
	font-weight: bold;
	font-size: 10px;
	line-height: 20px;
	
}
.contentOther {
	font-size: 12px;
	
}
.contentSmall {
	font-size: 11px;
}
.contentSmall2 {
    COLOR: #999999;
	font-size: 10px;
}
.header {
	font-size: 17px;
	font-weight: bold;
	color: #0c4a78;
}
.SubNavheader {
	font-size: 14px;
	font-weight: bold;
	color: #1b3764;
}
.footer {
	color: #000000;
	font-size: 9.5px;
}
.big {
	COLOR: #005baa;
	font-size: 21px;
	font-weight: bold;
}
.small {
	font-size: 10px;
	font-weight: bold;
}
.heading { 
	font-family: Verdana; 
	font-size:11px; 
	font-weight: bold; 
	color: #990000; 
}
.bullet { 
	font-family: Verdana; 
	font-size:11px; 
	color: #333333; 
	line-height: 18px;
}

/* LINKS 
----------------------------------------------- */

A:link
{
	COLOR: #005baa;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #06426C;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #1b3764;
    TEXT-DECORATION: underline
}
