/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal;
	background-color: Silver;
	margin-top: 0;
}


#container
{
	padding: 5px 9px 5px 5px;
}

#nomargin
{
	padding-top: 0px ;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}

#containerTestimonial
{
	padding: 5px 11px 5px 5px;
}

#maincontain
{
	border-right: #000066 1px solid;
	padding-right: 0px;
	border-top: #000066 1px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	border-left: #000066 1px solid;
	width: 720px;
	padding-top: 0px;
	border-bottom: #000066 1px solid;
	background-color: #ffffff;
}


#innercontain
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top:0px;
	vertical-align: top;

}

.Primary
{
	Font-Size: 8pt;
	color: navy;
}

.Primary A
{
	Font-Size: 8pt;
	color: #003471;
	text-decoration:none;
}

.Primary A:Hover
{
	Font-Size: 8pt;
	color: #818181;
}


.blue_8, .blue_8 a:link, .blue_8 a:visited, .blue_8 a:hover, .blue_8 a:link
{
	font-size: 8pt;
	color: navy;
	font-variant: normal;
	font-family: Arial;
}



.grey_8
{
	Font-Size: 8pt;
	color: #666666;
}

.black_8
{
	Font-Size: 8pt;
	color: #000000;
}

.black_10
{
	Font-Size: 10pt;
	color: #000000;
}

.grey_10
{
	Font-Size: 10pt;
	color: #666666;
	font-weight: bold;
}

.grey_14
{
	Font-Size: 14pt;
	color: #666666;

}

.black_9
{
	text-justify: inter-word;
	font-size: 9pt;
	color: black;
	margin-right: 3px;
	text-align: justify;
}
.white_8
{
	Font-Size: 8pt;
	color: #FFFFFF;
}

.white_10, .white_10 a:link, .white_10 a:visited, .white_10 a:hover, .white_10 a:link
{
	Font-Size: 10pt;
	color: #FFFFFF;
}

.blue_10, .blue_10 a:link, .blue_10 a:visited, .blue_10 a:hover, .blue_10 a:link
{
	Font-Size: 10pt;
	color: Navy;
}
