.main{
	color: #737577;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.main p{
	text-align: justify;
}
.main h1 {
	font-size: 24px;
	font-weight: normal;
}
.main h2 {
	font-size: 16px;
	font-weight: bold;
	color: #0077BD;
	padding-top: 20px;
}
.main h3 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}
.main h4 {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	padding-top: 20px;
}
.main a{
	color: #0077BD;
	text-decoration: none;
}
a.d{
	color:#FF0000;
	text-decoration: none;
}



.main a:hover{
	text-decoration: underline;
}
.menu_left_bg{
	background-position: right;
	background-image: url(images/dotted_line_vl2.gif);
	background-repeat: repeat-y;
}
.menu_right_bg{
	background-position: left;
	background-image: url(images/dotted_line_vr2.gif);
	background-repeat: repeat-y;
}
.searchfield {
	border: 1px solid #98B2BF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.footer_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #98B2BF;
	margin-right: 68px;
	margin-bottom: 20px;
	text-align: center;
}
.footer_left a{
	color: #98B2BF;
	text-decoration: none;
}
.footer_left a:hover {
	text-decoration: underline;
}
.footer_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #98B2BF;
	margin-left: 68px;
	margin-bottom: 20px;
	text-align: center;
}
.footer_right a{
	color: #98B2BF;
	text-decoration: none;
}
.footer_right a:hover {
	text-decoration: underline;
}
.price_tbl_ul {
	border-right: 1px solid #999999;
	border-bottom: 2px solid #999999;
	padding: 10px 30px 5px 30px;
}
.price_tbl_ur {
	border-bottom: 2px solid #999999;
	padding: 10px 30px 5px 30px;
}
.price_tbl_ml {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 5px 30px 5px 30px;
}
.price_tbl_mr {
	border-bottom: 1px solid #999999;
	padding: 5px 30px 5px 30px;
}
.price_tbl_dl {
	border-right: 1px solid #999999;
	padding: 5px 30px 5px 30px;
}
.price_tbl_dr {
	padding: 5px 30px 5px 30px;
}
.articles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}
.articles a {
	color: #0077BD;
	text-decoration: underline;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.articles .author{
	color: #737577;
	font-size: 12px;
	font-style: normal;
}
.rborder {
	border: 1px solid Red;
	padding: 10px 10px 10px 10px;
}