/* root level text style */

a:link {color: #000100; text-decoration: none; font-weight: 400;}
a:visited {color: #000100; text-decoration: none; font-weight: 400;}
a:active {color: #000100; text-decoration: none; font-weight: 400;}
a:hover {color: #FFFFFF; text-decoration: none; font-weight: 500; background-color: #b51f20;}

* {
	margin:0;
	padding:0;
}

b {
	color: #000000;
	}
	
.SMboldTitle {
	font-size: 16px;
	font-weight: bold;
	color: #e0a02a;
	}
	
.boldTitle {
	font-size: 18px;
	font-weight: bold;
	color: #b51f20;
	}

body {
	background-color: #170000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.bottom {
    color: #fff;
}

.bottom a {
    color: #ccc;
}

.main {
    margin-top: 20px;
    margin-left: 20px;
    height:auto !important;
    background-color: #fff;

}

.curtain {
	background-color: #b51f20;
	height: 596px;
}
