/* GENERAL STYLES */
/* Rich text editor styling start */   
#holderBody {
        background: white;
        
}

#holder {
	border: 1px solid black;
        background-color: #coccd7;        
        background-image:url(../images/shell/content_bg3.jpg); background-position:bottom right;
        background-repeat:no-repeat;	
        width: 760px;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
  
/* Rich text editor styling end */ 











body {
	text-align: center;        
        background-color: white;
        font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
}

.DefaultBlackText {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
}


img {
	border: 0px;	
}

a {
	color: Blue;
}

#container {
	margin: 0 auto;
  	width: 760px;
  	text-align: left;
	border: 1px solid black;
}

#driving_container {
	margin: 0 auto;
  	width: 540px;
  	text-align: left;
	border: 1px solid black;
}

div.topHeader {
	background-color: #002F5D;
}

div.topNav {
	background-color: #708BA4;
	text-align: center;
	height: 34px;
}

td.topNav {
	height: 34px;
}

div.topSep {
	background-color: White;
	width: 100%;
	height: 1px;
}

div.Content {
	 

        background-color: #coccd7;
        background-image:url(../images/shell/content_bg3.jpg); background-position:bottom right;
        
        background-repeat:no-repeat;  
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
}
 
a.bottomNav, .bottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002F5D;
	text-decoration: none;
}

a.bottomNav:hover {
	text-decoration: underline;
}


td.tdpadding25 {
	padding: 25px;
}

td.content_left {
	width: 182px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}

td.content_sep{
	width: 1px;
}

.BlueBoldText {
	font-family: Arial, Helvetica, sans-serif;
	color: #002F5D;
	font-size: 14px;
	font-weight: bold;
}

a.jumpLink, .jumpLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: Gray;
}

a.jumpLink:hover {
	text-decoration: underline;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.maintext {
	color: Blue;
}

/* EDITOR PROPERTIES */
DefaultBlackText {
font-family: Arial, Helvetica, sans-serif;
color: black;
font-size: 12px;
}

BlueBoldText {
font-family: Arial, Helvetica, sans-serif;
color: #002F5D;
font-size: 14px;
font-weight: bold;
}

