/* CSS Document */

body {
	margin-top: 20px;
	background-color: #00385B;
}

.left_middle {
	background: url(images/left_middle.gif) repeat;
}

.left_bg {
	width: 261px;
	/*height: 35px;*/
	background: url(images/left_bg.gif) repeat;
}

.headings {
	font-size: 15px;
	font-weight: bold;
	font-family: tahoma, verdana;
}

.welcome_text {
	color: #484848;
	font-size: 11px;
	font-family: tahoma;
	padding-right: 30px;
	padding-top: 0px;
}

.product_heading {
	color: #014779;
	font-size: 14px;
	font-family: tahoma, verdana;
	font-weight: bold;
}

.text {
	color: #484848;
	font-size: 11px;
	font-family: verdana;
	letter-spacing: normal;
}

.dotted_line {
	background: url(images/dotted.gif) repeat;
}

.copyright {
	font-size: 10px;
	color: #363636;
	font-family: arial;
}


