@charset "utf-8";
/* CSS Document */
body {
	background-color: #292118;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
h1 {
	color: #f7ad42;
	font-size: 18px;
}
h3 {
	color: #f7ad42;
	font-size: 14px;
}

a:link, a:visited {
 	color: #f7ad42;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#main {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.lowertable {
	padding-left: 40px;
	padding-top: 20px;
	font-size: 11px;
}
.buttontable 
{
    POSITION: relative;
    TOP: 4px;
    LEFT: 22px;
}

.leftinfo
{

    LEFT: 10px;
    WIDTH: 370px;
    POSITION: relative;
    TOP: 50px;


}
.leftbullet
{

    LEFT: 10px;
    WIDTH: 350px;
    POSITION: relative;
    TOP: 30px;


}
.tab {
	color: #f7ad42;
	text-decoration: none;
	font-weight: bold;
}
.tabH
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;	
}


