@charset "UTF-8";
/* Gallery CSS */

body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #BEDBF3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../graphics/bg.jpg);
	background-repeat: repeat-x;
}
a:hover{
	color: #0066CC ;
}
p{
	margin: 0;
	padding: 5px;
	line-height: 1.5em;
	text-align: justify;
	border: 1px solid #000000;
}
#wrapper{
	width: 521px;
	margin: 0 auto;
}
	.box{
/*background: #fff;*/
}
.boxholder{
	clear: both;
	padding: 0px;
}
.tab{
	float: left;
	height: 26px;
	width: 149px;
	margin: 0 1px 0 0;
	text-align: center;
	background: url(assets/graphics/tab.png) no-repeat;
}
.tabtxt{
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 9px 0 0 0;
}
.modelName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}
.statsTitles {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-weight: bold;
	font-size: 10pt;
}
.quoteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;

}
.blackText {color: #000000}
a{
color: #000000;
text-decoration: none;
}

