/* Basic - Universal Styles
----------------------------------------------- */
body {
	background-color: #010315;
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	font-size: 10.5pt;
	line-height: 20px;	
	}
	
/* CONTENT - Body copy/text
----------------------------------------------- */

.contentOther {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	
}
.contentBlack {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
		
}
.contentSmall {
	font-size: 11px;
		line-height: 15px;
}
.contentSmall2 {
    	font-size: 10px;
}
.header {
	font-size: 17px;
	font-weight: bold;
	color: #808DA5;
}
.SubNavheader {
	font-size: 14px;
	font-weight: bold;
	color: #1b3764;
}
.footer {
		font-size: 9.5px;
}
.big {
	COLOR: #0f75bc;
	font-size: 18px;
	font-weight: bold;
}
.big2 {
	COLOR: #0f75bc;
	font-size: 26px;
	font-weight: bold;
}
.small {
	font-size: 10px;
	font-weight: bold;
}
.heading { 
	font-family: Georgia; 
	font-size:11px; 
	font-weight: bold; 
	color: #990000; 
}

.headerTopBig {
	font-family: Arial, sans-serif;
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 23px;
}
.header3bullets {
	font-family: Arial, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	line-height: 20px;
}

.header4bullets {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
}
.headerBigBrown {
	font-family: Arial, sans-serif;
	font-size: 18.5px;
	font-style: italic;
	font-weight: bold;
	color: #9a7f55;
}
.headerBigGrey {
	font-family: Arial, sans-serif;
	font-size: 18.5px;
	font-style: italic;
	font-weight: bold;
	color: #626366;
}

h2 {font-family: Arial, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: transparent;
	font-weight: normal;
	text-align: left;
	padding-left: 20px;
	padding-right: 15px;
	}
	
h1 {
font-family: Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: transparent;
	text-align: center;
	padding-left: 23px;
	padding-right: 15px;
	padding-top: 0;
}


/* LINKS 
----------------------------------------------- */

A:link
{
	COLOR: #7B8AA3;
    TEXT-DECORATION: none
}
A.Manufact
{
	COLOR: #a6d7f9;
    TEXT-DECORATION: none
}
A.Manufact:visited
{
	COLOR: #a6d7f9;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #7B8AA3;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #FFFFFF;
    TEXT-DECORATION: underline
}

