/* Basic - Universal Styles
----------------------------------------------- */
body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	
/* 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;
	
}
.contentOther {
	font-size: 12px;
	
}
.contentSmall {
	font-size: 11px;
}
.profileView {
    COLOR: #636363;
	font-size: 10px;
}
.navRedBold {
    COLOR: #990000;
	font-weight: bold;
	font-size: 10px;
}
.navTopWhite {
    COLOR: #FFFFFF;
	font-size: 10px;
}
.profileViewNumbers {
    COLOR: #FF0000;
	font-size: 10px;
}
.contentSmall2 {
    COLOR: #999999;
	font-size: 10px;
}
.header {
	font-family: CG Omega, Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #0c4a78;
}
.footer {
	color: #000000;
	font-size: 10px;
}
.big {
	font-size: 16px;
	font-weight: bold;
}
.big2 {
	font-size: 22px;
	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: #12456b;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #06426C;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #FF0000;
    TEXT-DECORATION: underline
}
