@charset "utf-8";
/* CSS Document */

html, body {
margin-top:0px;
}

#container {position: relative;
top:0px;
}

.background {
	background-color: #000000;

}
.lines {
	background-color: #ffffff;
	
}
.main-text {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #ffffff;
}
.header-text {
	font-family:  Tahoma, Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 34px;
	color: #ecac00;
}
a:link {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #ecac00;
	text-decoration:none

}
a:visited {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #ecac00;
		text-decoration:none
}
a:hover {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #ecac00;
    text-decoration:none
}

.bullets-ABC {
	list-style-position: outside;
	list-style-type: lower-alpha;
}
.bullets-123 {
	list-style-position: outside;
	list-style-type: decimal;
}
.content_area{
	margin-top:15px;
	margin-bottom:15px;
	margin-right:25px;
 	margin-left:25px;

}
.footer_area{
	margin-top:5px;
	margin-bottom:5px;
	margin-right:30px;
 	margin-left:30px;
}
