/* The body element has been redefined to make the font consistant across
all the webpages. The margins & background colors & the footer will be defined
in the body element*/

/* HTML tags defined */

body {
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	background-image:url(mainbg.gif);
	background-repeat: repeat-y;
	background-position: left left;
	margin: 0px;
	scrollbar-arrow-color: #252604;
	scrollbar-highlight-color: #BFC097;
	scrollbar-shadow-color: #ffffff;
	scrollbar-base-color : #000000;
	scrollbar-track-color: #E2E1D4;
	scrollbar-face-color: #bae1c5;
	scrollbar-3dlight-color: #EFEEEE;
	scrollbar-darkshadow-color: #999999;
}

h2 {
	font-weight:bold;
	color:#A03B4B;
	font-size:13px;
	}
	
h3 {
	font-weight:bold;
	font-size:11px;
	}
	
.top_logo {
	background-color: #FFFFFF;
	height: 63px;
	vertical-align:middle;
}
.bg_top_nav {
	background-image: url(keypoint_03.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-bottom: 5px;
}
.bg_red {
	background-color: #b33a4e;
}
.title {
	padding-left: 20px;
}
.borderbottom_title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B33A4E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A03B4B;
}
.text {
	color: #000000;
	padding-top: 10px;
}
.text li{
	list-style-image:url(bullet.gif);
}
.text li ul li{
	list-style-image:url(bullet.gif);
}
.text li ul li ul li{
	list-style-image:url(bullet.gif);
}
.tit_text, a.tit_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A03B4B;
}
a.tit_text:hover {
	text-decoration: underline;
	color: #FF3300;
}

.lhs_mnu {
	background-image:url(lhs_mnu_bg.gif);
	background-repeat:repeat-x;
}
a.leftmenu {
	display:block;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:1px 0px 1px 0px;
	padding:2px 0px 1px 6px;
	border:0px solid #B33A4E;
	border-left:5px solid #B33A4E;
	height:18px;
	text-decoration:none;
	color:#303030;
}
a.leftmenu:hover {
	color:#B33A4E;
	border-left:5px solid #1A1A1A;
}
a.topmenu {
	text-decoration:none;
	color:#303030;
}
a.topmenu:hover {
	color:#B33A4E;
	text-decoration:underline;
}
a.top {
	text-decoration:none;
	font-weight:bold;
	color:#303030;
}
a.top:hover {
	color:#B33A4E;
}
.refcode {
	font-style: italic;
	color: #A03B4B;
}
a.apply {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #A03B4B;
	display: block;
	width: 120px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C76372;
	border-right-color: #531E26;
	border-bottom-color: #531E26;
	border-left-color: #C76372;
	text-decoration: none;
	text-align: center;
}
a.apply:hover {
	font-weight: bold;
}

