html{
	min-height: 100%;
}

body{
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 0px;
	background-color: #A5D9EC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	scrollbar-face-color: #7FC7DC;
	scrollbar-shadow-color: #0F92CC;
	scrollbar-highlight-color: #CCEAF4;
	scrollbar-3dlight-color: #CCEAF4;
	scrollbar-darkshadow-color: #025D7A;
	scrollbar-track-color: #D9EEF3;
	scrollbar-arrow-color: #D9EEF3;
}

table {
	font-family: Arial, verdana, sans-serif;
	font-size: 13px;
	color: #000000;
}

table.Main {
	background-color: #FDF7F9;
}

table.LeftMain {
	background-color: #EC008C;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

table.tblBottom {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

table.tv {
	font-size: 12px;
	border: 1px solid #F88D2C;
}

td.tvTH {
	background-color: #F88D2C;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 2px;
}

td.tvTD {
	padding: 2px;
	font-weight: normal;	
}

td.tvTD2 {
	padding: 2px;
	font-weight: bold;
}

td.testimonials {
	padding-left: 2px;
	padding-right: 2px;
}

td.mainContent {
	padding-left: 5px;
	padding-right: 3px;
}

td.content {
	padding-left: 5px;
	padding-right: 3px;
}

.txtAsterix {
	font-weight: bold;
  	color: #FC0712; 
}

.txt11pix {
	font-size: 11px;
}

.txtFine {
	font-size: 10px;
}

.txtDisable {
	font-weight: bold;
  	color: #CCCCCC; 
}

a:link,
a:active,
a:visited{
	color: #A85402;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.videolink,
a.videolink:visited,
a.videolink:active
{
	color: #FDF7F9;
	text-decoration: none;
	font-weight: bold;
	
}

a.videolink:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.bottomlink,
a.bottomlink:visited,
a.bottomlink:active,
a.bottomlink:hover
{
	color: #FFFFFF;
	text-decoration: none;
	
}

.textboxClass {
	BACKGROUND-COLOR: #FDF7F9;
	width: 200px;
	height: 15px;
	COLOR: #666666;
	FONT-FAMILY: Arail, Verdana,sans-serif;
	FONT-SIZE: 11px;
	font-weight: bold;
	border: 1px inset;
	border-bottom-style: inset;
	border-left-style: outset;
	border-right-style: inset;
	border-top-style: outset;
	border-color: #000000 #000000 #000000 #000000;
}

.txtBox {
	background-color: #FDF7F9;
   	border: 1px solid #000000;
   	font-size: 11px;
}

.selectBox {
	background-color: #FDF7F9;
	color:#000000;
	font-size: 11px;
}

.button {
	background-color: #FDF7F9;
   	border: 2px solid #000000;
   	color: #000000;
   	font-size: 11px;
	font-weight: bold;
}

hr {
    height:4px;
    width:100%;
    border: 0px;
    background-image:url(../images/hr.jpg);
    background-repeat:repeat;
}

div.byDiv {
	width: 550px;
	height: 90px;
	float: left;
}