body {
	margin:0; 
	background-color: #300901;
	background-image:url(imgs/bg.jpg);
	background-repeat: no-repeat;
	background-position:top;
	}

body, th, td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	font-size:11px;
	line-height:16px;
	color:#FFF;
	}

a:link {color: #FFF; text-decoration: none;}
a:visited {color: #FFF; text-decoration: none;}
a:hover {color: #bd5eff; text-decoration: underline;}
a:active {color: #FFF; text-decoration: none;}
 
 
p { margin-top:0px;}

.title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	font-size:11px; 
	color: #bd5eff;
	}
	
.subtitle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	font-size:11px; 
	color: #999;
	}

.homeleft {
	padding-left: 36px;
	padding-right: 30px;
	}
	
.homeright {
	padding-left: 30px;
	padding-right: 36px;
	padding-top: 21px;
	}
	
.content {
	padding-left: 36px;
	padding-right: 36px;
	padding-bottom: 26px;
	text-align:justify;
	}
	
.copyright {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	font-size: 10px;
	color:#7e2600;
	padding-top: 8px;
	}
	
.author {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	font-size: 11px;
	color:#bd5eff;
	text-align: right;
	padding-bottom: 22px;
	}
	

.praising {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	font-size: 11px;
	color:#FFF;
	}
	
.praising a:link {color: #999; text-decoration: none;}
.praising a:visited {color: #999; text-decoration: none;}
.praising a:hover {color: #bd5eff; text-decoration: underline;}
.praising a:active {color: #999; text-decoration: none;}	
	
	
	
