/* CSS Document */

body{
	margin:0;
	background-color:#39708d;
	background-image:url(../images/bgback.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

a:hover {
color:#eaa60e;
}

.paddingmain {
padding:18px 23px 5px 22px;
}

.innerpadding {
padding:10px 10px 5px 10px;
}

.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3366CC;
	text-decoration:underline;
	}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.bodytext-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.bodytext-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}


.toplink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7D4B2D;
	text-decoration: none;
	font-weight:bold;
}
.toplink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}


.topbutton {
	font-family: Arial;
	font-size: 12px;
	font-weight: BOLD;
	color: #3e0606;
	text-decoration: none;
}

.text14_white {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.boxborder {
	border:1px solid #a9aaaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background:#f0f0f0;
}

.header-main {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #5a160d;
	text-decoration: none;
	padding-bottom:3px;
	border-bottom:1px solid #CCCCCC;
	}

.heading {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #9c0404;
	text-decoration: none;
	padding-bottom:3px;
	border-bottom:1px solid #CCCCCC;
	}

.heading2 {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	
	
	}

.sub-heading {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #333399;
	text-decoration: none;
	}

.header1 {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color:#c88b07;
	background-image: url(../images/label.jpg);
	background-repeat:repeat-x;
}
.header2 {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/label2.jpg);
	background-repeat:repeat-x;
}

.leftmenu {
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	color: #333333;
	text-decoration: none;
	line-height:17px;
	padding-left:15px;
	background-image:url(../images/blt-2.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.leftmenu:hover {
	
	color: #9c0404;
	font-weight:bold;
}


.imageflot {
float:right;
padding:0px 0px 0px 12px;
}

.imageflot2 {
float:left;
padding:0px 7px 0px 0px;
}


.button-common {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0A4276;
	font-weight:bold;
	text-decoration: none;
	background-color: #B6DCFC;
	border-left: solid #4B769A 1px;
	border-right: solid #4B769A 2px;
	border-top: solid #4B769A 1px;
	border-bottom: solid #4B769A 2px;
	padding-left:3px;
	padding-right:3px;
	padding-top:2px;
	padding-bottom:2px;
	height:20px;
	cursor:pointer;
	cursor:hand;
}	
a:hover.button-common {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	font-weight:bold;
	text-decoration: none;
	background-color: #ffffff;
	border-left: solid #4B769A 1px;
	border-right: solid #4B769A 2px;
	border-top: solid #4B769A 1px;
	border-bottom: solid #4B769A 2px;
	padding-left:3px;
	padding-right:3px;
	padding-top:2px;
	padding-bottom:2px;
	height:20px;
	cursor:pointer;
	cursor:hand;
}	

.borderbox {
border:1px solid #666666;
}
