/* CSS Document */

body{
	background: #444444;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}

a {
	color: #FA0029;
	text-decoration: none;
}

a:hover {
	color: #99FF00;
}

div.allPage {
	vertical-align: top;
	width: 100%;
	height: 95%;
	padding-bottom: 40px; 
}

div.innerFrame {
 	vertical-align: top;
	padding-bottom: 20px;
	background: #FFFFFF;
	width: 900px;	
}

.image {
	width: 900px;
	height: 500px;
}

table.content{
	width: 100%;
}

table.content td {
	vertical-align:top;
}

div.mainBody {
	padding-left: 30px;
	padding-right: 20px;
}

.text {
	text-align:justify;
	color:#666666;
	line-height: 18px;
}

.subtitle1 {
	font-size: 11px; 
	text-align:justify;
	color: #FF0033;
	line-height: 18px;
	display: block;
	border-bottom: 1px solid #DDDDDD; 
}

.titleRed {
	text-align: left;
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: 400;
	display: inline; 
	color: #FA0029;
	letter-spacing: 2px;
}

.titleGrey {
	text-align: left;
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: 400;
	display: inline; 
	color: #666666;
	letter-spacing: 2px;
	filter: shadow(color:black);
}

div.linksMenu {
	padding-right: 30px;
	padding-left: 20px;
	padding-top: 10px; 
	text-align: left;
	width: 200px;
}

div.linkDiv {
	padding: 5px 0px 5px 0px; 
	display: block;
}

a.link {
	display: block;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-indent: 20px;
	color: #AAAAAA;
	text-decoration: none;
	background-image:url(images/link-bkg1.jpg);
}

a.link:hover {
	background: #CCCCCC;
	color: #333333;
	background-image:url(images/link-bkg2.jpg);
}

table.extLinksTable {	
}

table.extLinksTable td {
	padding: 0px 10px 0px 10px;
}

td.extLinksTableBorder {
	border-left: 1px solid #CCCCCC;
	padding: 0px 10px 0px 10px;
}


a.extLink {
	font:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
	text-decoration:none;
}
a.extLink:hover {
	color:#FA0029;
}

div.list {
	color: #666666;
	padding: 0px 0px 0px 0px;
}

div.listitem {
	padding: 2px 0px 0px 10px;
	line-height: 15px;
	border-left: 1px solid #CCCCCC; 
}

div.testimonial {
	border: 0px solid #FFFFFF;
	padding: 3px 3px 3px 3px; 
	color: #777777;
}

div.testimonial.name {
	font-weight: bold;
	font-variant:small-caps;
}

div.testimonial.comment {
	font-style:oblique;
	padding: 2px 5px 2px 7px;
	border-left: 1px solid #DDDDDD;
}