/* Basic - Universal Styles
----------------------------------------------- */
body {
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images/bak.jpg);
	}
	
/* CONTENT - Body copy/text
----------------------------------------------- */
.content {
	COLOR: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.contentBigger {
	COLOR: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
}

.contentSmall {
	COLOR: #333333;
	font-size: 11.5px;
}
.Testimonial {
	COLOR: #000000;
	font-size: 11.5px;
	font-style:italic;
	line-height: 14px;
}
.contentSmall2 {
    COLOR: #999999;
	font-size: 10px;
}
.header {
	font-size: 13px;
	font-weight: bold;
	COLOR: #3f3f3f;
}
.SubNavheader {
	font-size: 14px;
	font-weight: bold;
	color: #1b3764;
}
.footer {
	color: #000000;
	font-size: 9.5px;
}
.big {
	COLOR: #666666;
	font-size: 21px;
	font-weight: bold;
}
.bigRed {
	COLOR: #ee4023;
	font-size: 21px;
	font-weight: bold;
}
.bigOrg {
	COLOR: #fcb414;
	font-size: 21px;
	font-weight: bold;
}
.bigBlu {
	COLOR: #009ad9;
	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: #009ad9;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #009ad9;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #ff9000;
    TEXT-DECORATION: underline
}
