/* CSS Document */
body {
	background-color:#000000;
	margin:0px 0px 0px 0px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/**title***/
.titlebar{
	background-image:url(../../images/originals/sections/title-right.jpg);
	width:120px;
	height:40px;
	text-align:center;
}
/***button***/
.button{
	width:120px;
	height:33px;
	text-align:center;
	font-size:16px;
}
.button a:link, .button a:visited, .button a:active{
	background-image:url(../../images/layout/button-y.jpg);
	padding-right:8px;
	padding-top:3px;
	width:112px;
	height:30px;
	display:block;
	text-decoration:none;
	color:#FFFF00;
}
.button a:hover{
	background-image:url(../../images/layout/button-g.jpg);
	padding-right:8px;
	padding-top:3px;
	width:112px;
	height:30px;
	text-align:center;
	display:block;
	text-decoration:none;
	color:#00FF00;
}
/***footer***/
.footer-info1{
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	float:left;
	text-align:left;
	display:inline;
	width:300px;
}
.footer-info2{
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	float:right;
	text-align:right;
	display:inline;
	width:300px;
}
.footer-info1 a:link, .footer-info1 a:visited, .footer-info1 a:active{
	color:#00FFFF;
	text-decoration:none;
}
.footer-info1 a:hover{
	color:#00FFFF;
	text-decoration:underline;
}
.footer-info2 a:link, .footer-info2 a:visited, .footer-info2 a:active{
	color:#00FFFF;
	text-decoration:none;
}
.footer-info2 a:hover{
	color:#00FFFF;
	text-decoration:underline;
}
/***headings***/
h1 {
	font-size:20px;
	margin:0 0 0 0;
	padding-top:4px;
	padding-right:8px;
	color:#FFFF00;
}
