
/*---
Make Up
---*/
h1{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}
ol.listol { list-style:decimal inside !important;}
ol.listol, ul.listul {
padding:0;
margin: 10px 0 10px 10px;
list-style-position:inside;} 
ul.listul li {
background: url(/images/bluedot.gif) no-repeat 0 10px;
padding: 5px 0 5px 12px;
}
* html ul.listul li {
padding-left:0 !important;
margin-left:0 !important;
}
ol.listol li {padding: 5px 0 5px 12px;}
ul{ list-style:none;}
ol.listol { list-style:decimal inside; margin-left:0px;}
span.strong{
	font-size: 14px;
	font-weight: bold;
}
a.blue{
	color: #0b4b70;
}
a.blue:hover{
	text-decoration: none;
}
a.red{
	color: #ba4033;
	font-weight: bold;
}
a{
	color: #ba4033;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
a.red:hover{
	text-decoration: none;
}
a.gray{
	color: #6a6a6a;
}
a.gray:hover{
	text-decoration: none;
}
a.carlink{
	color: #585858;
	font-weight: bold;
}
a.carlink:hover{
	text-decoration: none;
}	
strong{
	font-weight: bold;
}
.online_form td{
	padding-bottom: 15px;
}
.textbox{
	width: 205px;
	border: 1px solid #c0c0c0;
	background: #e8edeb;
}
.radio{
	margin-bottom: 10px;
}
.radio td{
	vertical-align: middle;
	padding:  5px 40px 5px 0px;
}
.radio td input{
	position: relative;
	top:3px;
	margin-right: 5px;
}
input.submit{
	cursor: pointer;
}

table.contentTB td{
	padding: 4px 10px 3px 0; vertical-align:middle;
}

table.contentTB td p{ text-align:justify;}
p.content{
	padding-bottom: 1.3em;
	line-height: 160%;
}