/* Browser Default Classes START */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #000000;
}

ul {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 20px;
	list-style: square;
}
/* Browser Default Classes END */

/* Link Classes START */
a:link, a:visited, a:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bc0024;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #a5aaa1;
}

.headerlink, a.headerlink:link, a.headerlink:visited, a.headerlink:active {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

a.headerlink:hover {
	color: #bc0024;
}

.homefeaturelink, a.homefeaturelink:link, a.homefeaturelink:visited, a.homefeaturelink:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	/*color: #bc0024;*/
	color: #272727;
	text-decoration: none;
	line-height: 13px;
	vertical-align: top;	
	font-weight: bold;
}

a.homefeaturelink:hover {
	/*color: #a5aaa1;*/
	color: #bc0024;
}
/* Link Classes END */

/* Page Content Classes START */
.header {
	width: 533px;
	vertical-align: bottom;
	padding: 0px 12px 8px 12px;
}

.pageFrame {
	background-color: #000000;
	width: 729px;
}

.leftSideBg {
	width: 7px;
	vertical-align: top;
	background-image: url(../images/page_leftside_bg.gif);
}

.rightSideBg {
	width: 7px;
	vertical-align: top;
	background-image: url(../images/page_rightside_bg.gif);
}

.hometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d7d6d6;
	text-decoration: none;
	line-height: 14px;
	/*background-image: url(../images/home_top_bg.jpg);*/
	padding: 0px 295px 0px 25px;
	vertical-align: top;
	width: 569px;
	height: 174px;
}

.homefeaturetop {
	vertical-align: top;
	border-top: 1px solid #303030;
	background-color: #1d1d1d;
}

.homefeature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	line-height: 13px;
	vertical-align: top;
	/*background-color: #1d1d1d;*/
	padding: 0px 19px 10px 19px;
}

.homefeatureline {
	vertical-align: top;
	background-color: #303030;
}

.homefeaturelinksp {
	vertical-align: top;
	/*background-color: #1d1d1d;*/
	padding: 0px 19px 0px 19px;
}

.footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #908d8a;
	text-decoration: none;
	line-height: 17px;
	width: 728px;
	text-align: center;
	padding: 13px 16px 16px 16px;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #908d8a;
	text-decoration: underline;
	font-weight: normal;
}

.footer a:hover {
	color: #bc0024;
}
/* Page Content Classes END */
