/* Dominion Flag And Pole css settings   */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(Media/images/clouds_texture_1285x900.jpg) center no-repeat fixed;  
	/*  2nd Line Stops background Image from Scrolling.  */
}

.dealerLogin {
background: transparent;
}

.transparent-style{
    background-color: #ffffff;
    opacity: .4;
}


/*  Text Classes */ 
.style1 {font-family: Arial, Helvetica, sans-serif}
.style2 {font-size: 36px}
.style3 {font-size: 12px}
.style4 {
	color: #333333;
	font-family: "Comic Sans MS";
}
.style5 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
		color: #333333;
}
.style6 {
	color: #000000;
	font-style: italic;
}
.style7 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.style8 {color: #E9D774; font-weight: bold; }
.style9 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
}
.style10 {font-family: "Comic Sans MS"}

.style12 {
	font-size: 18px;
/*	font-weight: bold;  */
}
.style13 {
	color: #000000;
	font-weight: bold;
}
.style14 {font-size: 24px}
.style15 {color: #FFCC33}
.style18 {font-size: 36px}
.style16 {font-size: 28px}
.style17 {font-family: Arial, Helvetica, sans-serif}
.style19 {font-family: Georgia, "Times New Roman", Times, serif}
.style20 {color: #e9d774}
.style22 {font-size: 18px; font-family: "Comic Sans MS";}
.style23 {color: #333333}
.style24 {color: #cb9328}
.style26 {color: #000000}
.style27 {color: #FF0000}
.style28 {
	color: #000000;
	font-size: 14;
}
.style29 {font-size: 48px}
.style30 {color: #00CCFF}
.style31 {color: #0000FF}
.style32 {font-size: 14px}


/*   Links   Color was #E9D774  */   
a:hover { 
	text-decoration: none; 
	color: #0000FF;   
}

a:link { 
	text-decoration: none; 
 	color: #0000FF;  
}

a:active { 
	text-decoration: none; 
 	color: #0000FF;  
}

a:visited {
	text-decoration: none; 
 	color: #0000FF;  
}

   /*  Borders  */
.raisedborder {
	border: medium outset #cb9328;
	color: #cb9328;
}
.raisedsilverborder {
	border: medium outset #CCCCCC;
	border-color: #CCCCCC;
}
.raisedclearborder {
	border: medium outset #CCCCCC;
	border-color: #CCCCCC;
}
.raisedblackborder {
	border: medium inset #CCCCCC;
	border-color: #333333;
}
.raisedblueborder {
	border: medium outset #0033FF;
	color: #0033FF;
}
.insetblueborder {
	border: medium inset #0033FF;
	color: #0033FF;
}
.insetsilverborder {
	border: medium inset #CCCCCC;
	}
.raisedgreenborder {
	border: medium outset #00FF00;
	color: #00FF00;
}
.insetgreenborder {
	border: medium inset #00FF00;
	color: #00FF00;
}

	
/* Thumbnail Gallery Border */
.imageborder {
	border: medium outset #999966;
	margin-left: 0px;
}