body {
	margin-top: 10px;
	height:98%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
}
a:link {
	color: #330a7f;
	text-decoration: none;
}
a:visited {
	color: #330a7f;
	text-decoration: none;
}
a:hover {
	color: #490FB7;
	text-decoration: underline;
}
.mainMenu {
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	list-style-position: outside;
	width: 100%;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
	color: #330a7f;
}
.mainMenuOver {
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dbdbdb;
	border-bottom-color: #dbdbdb;
	width: 100%;
	
	color: #330a7f;
}
.txtH1 {
	font-family: Trebuchet MS, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.txtH2 {
	font-family: Trebuchet MS, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.txtH3 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	color: #bcbdbf;
	text-transform: uppercase;
}
.inputTextBox {
	padding: 0px 2px;
	border: 1px solid #d2d2d2;
	color: #666666;
	background-color: #FFFFFF;
}
.fontDealer
{	
}
td, input, textarea, select, div, th {
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
	color: #666666;
}
p
{
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align:justify;
}
.txtSmall {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
}
.line {
	background-color: #dbdbdb;
}
.txtHighlight {
	color: #AB1527;
}
.boxPadding {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.boxPadding1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.bg1 {
	background-color: #f5f5f5;
}
.bgMenu {
	background-color: #FFFFFF;
}
.pictureBorder {
	height: 64px;
	width: 64px;
	background-color: #FFFFFF;
	padding: 5px;
	border: 0px solid #E2E2E2;
}.thumbSize {
	height: 100px;
	width: 100px;
}
.thumbSizeLarge {
	background-image: url(images/thumb_bg_72.gif);
	background-repeat:no-repeat;
	padding-top: 8px;
	padding-right: 17px;
	padding-bottom: 17px;
	padding-left: 8px;
	height: 64px;
	width: 64px;
}
.row1 {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}
.inputNumeric {
	padding: 0px 2px;
	border: 1px solid #d2d2d2;
	color: #666666;
	background-color: #FFFFFF;
	text-align: right;
}
.txtH4 {
	border-bottom-color: #E4E4E4;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #543293;
	font-weight: bold;
	background-color: #FDFDFD;
}
.box1 {
	border: 1px solid #F0F0F0;
	padding: 5px;
}
.bgTableBorder {
	background-color: #EFEFEF;
}
.row2 {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #DBDBDB;
	border-right-color: #DBDBDB;
	border-bottom-color: #DBDBDB;
	border-left-color: #DBDBDB;
}
.message {
	color: #FF0000;
}
.button {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	background-color: #6545a2;
	color: #e1daee;
	height: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;	
}
.buttonArrow {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	background-color: #6545a2;
	color: #e1daee;
	height: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.buttonNav {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	background-color: #6545a2;
	color: #e1daee;
	height: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 110px;
}
.txtContent
{
	text-align:justify;
}
.boxBriefContent {
	padding: 10px;
	border: 1px solid #9882c1;
	background-color: #FFFFFF;
}
.boxDealerContent {
	padding: 5px;
	border: 1px solid #9882c1;
	background-color: #FFFFFF;
	position:absolute;
    width:270px;
    z-index:1;
    visibility:hidden;
}
.txtHighlight1 {
	color: #330A7F;
}
.hide
{
	display:none;
}
.thumbSizeLargest {
	height: 144px;
	width: 140px;
	border: 1px solid #DFDFDF;
}

.style11 {font-size: 24px;
	font-weight: bold;
}
.style12 {font-size: 18px}


.mailBox {
	position: absolute;
	top: 260px;
	right: 30%;
	background-color:White;
}

.imgButton
{
	cursor:pointer;
	border:0;
}

.imageSize {
	width: 300px;
}
.title_red{
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#be3101;
}
.title_bold{
	font-size:12px;	
	text-transform:uppercase;
	font-weight:bold;	
	color:Black;
}

.title_grey{
	font-size:11px;
	
	text-transform:uppercase;
	color:#535353;
}
.title_grey_lower{
	font-size:11px;
	
	text-transform:lowercase;
	color:#535353;
}
.lienketweb 
{
    font-family:"Gill Sans MT", "Gill Sans MT Condensed";	
	height:24px;
	width:181px;
	font-size: 10px;
	font-weight: normal;
	color:#696969;
	background-color:#ebebeb;
	
}
a.seeall:link
{font-family:"Gill Sans MT", "Gill Sans MT Condensed";
color:#500099;
font-size:15px;
text-decoration:none;}
a.seeall:hover
{font-family:"Gill Sans MT", "Gill Sans MT Condensed";
color:#CC99FF;
font-size:15px;
text-decoration:none;}
a.seeall:visited
{font-family:"Gill Sans MT", "Gill Sans MT Condensed";
color:#500099;
font-size:15px;
text-decoration:none;}
.path
{font-family:"Gill Sans MT", "Gill Sans MT Condensed";
color:#715bac;}
a.viewhide:link
{
font-family:"Gill Sans MT", "Gill Sans MT Condensed";
color:#500099;
font-size:12px;


text-decoration:none;}
a.viewhide:hover
{

font-size:12px;
font-family:"Gill Sans MT", "Gill Sans MT Condensed";
color:#500099;

text-decoration:underline;}
a.viewhide:visited
{font-size:12px;

font-family:"Gill Sans MT", "Gill Sans MT Condensed";
color:#500099;

text-decoration:none;}
a.enlarge:link
{
font-family:"Gill Sans MT", "Gill Sans MT Condensed";
color:#848383;
font-size:11px;


text-decoration:underline;}
a.enlarge:hover
{

font-size:11px;
font-family:"Gill Sans MT", "Gill Sans MT Condensed";
color:#848383;

text-decoration:underline;}
a.enlarge:visited
{font-size:11px;

font-family:"Gill Sans MT", "Gill Sans MT Condensed";
color:#848383;

text-decoration:underline;}
a.left:link
{font-size:11px;
font-family:"Gill Sans MT", "Gill Sans MT Condensed";
color:#500099;

text-decoration:none;}
a.left:hover
{font-size:11px;
font-family:"Gill Sans MT", "Gill Sans MT Condensed";
color:#FF3300;
text-decoration:none;
}

.border
{
border-width:1px;
border-style:solid;
color:#FF0000;}
.border-
{
border-width:1px;
border-style:solid;
}

.mainTable {
	width: 990px;
	height: 100%;
}

a.glossary:link
{font-size:15px;
font-family:"Gill Sans MT", "Gill Sans MT Condensed";
color:#FF0000;
text-decoration:none;}
a.glossary:hover
{font-size:15px;
font-family:"Gill Sans MT", "Gill Sans MT Condensed";
color:#009999;
text-decoration:underline;
}
a.glossary:visited
{font-size:15px;
font-family:"Gill Sans MT", "Gill Sans MT Condensed";
color:#500099;
text-decoration:none;}

.hrclass 
{
	background: #cccccc;
	border:0;
	height:1px;
	
	
}