/* Basic - Universal Styles
----------------------------------------------- */
body {
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-family:  Arial, Verdana, sans-serif;
	}



/* CONTENT - Body copy/text
----------------------------------------------- */

.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 {
	font-size: 10px;
}
.header {
	font-size: 12px;
	font-weight: bold;
	color: #686F87;
}
.footer {
	color: #666666;
	font-size: 10px;
}
.big {
	font-size: 16px;
	font-weight: bold;
}
.small {
	font-size: 10px;
	font-weight: bold;
}



/* LINKS 
----------------------------------------------- */

A:link
{
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #06426C;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #FF0000;
    TEXT-DECORATION: underline
}



