body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 11px;
}

.style1 {color: #FF0000}

.style1 {color: #FF0000}
.style2 {font-size: 12px}
.style8 {font-size: 12px; font-weight: bold; }
.style4 {font-size: 12px; color: #FF0000; }

form {
	margin: 0px;
	padding: 0px;
}

select{
	font-family: Arial;
	font-size: 11px;
	color: #454545;
}

.column
        {
            padding:10px;
            float:left;
        }
#FrameDetails
        {
            width:100%;
            height:400px;
        }

.orangetext
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FF7E00;
	text-decoration: none;
}

textarea{
	font-family: Arial;
	font-size: 11px;
	color: #454545;
}

input {
	font-family: Arial;
	font-size: 11px;
	color: #454545;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #454545;
	text-decoration: none;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #004B8C;
	text-decoration: none;
}

.redheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #BA0C01;
	text-decoration: none;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #454545;
	text-decoration: none;
	font-weight:bold;
}

.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
}


.whitelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.whitelink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: underline;
}

.sbluelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #2573C2;
	text-decoration: none;
}
.sbluelink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #2573C2;
	text-decoration: underline;
}

.bluelnk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #2573C2;
	text-decoration: none;
}
.bluelnk:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #2573C2;
	text-decoration: underline;
}
.tdborder {
	border: 1px solid #7EA7CB;
}


#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

.mainbg{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image: url(../images/mainbg.gif);
	background-repeat: repeat-x;


}
.pricetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
}

.graylink1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	line-height:15px;
	text-decoration:underline;
	font-weight: bold;
}

.graylink1:hover
{
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color:#333333;
line-height:15px;
font-weight: bold;
text-decoration: none;
}
#border {
border:1px solid #cccccc;
}

.newlnk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #004B8C;
	text-decoration: none;
	font-weight: bold;
}
.newlnk:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #004B8C;
	text-decoration: underline;
	font-weight: bold;
}
.backyellow
{
	background-color: #ffffcc;
}