body {
	margin:0; 
	background-color: #000;
	background-image: url(imgs/bg.jpg);
	background-repeat: no-repeat;
	background-position:top;
	}

body, th, td {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	}

a:link {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:hover {color: #008ad2; text-decoration: underline;}
a:active {color: #000000; text-decoration: none;}
 
 
p { margin-top:0px; margin-bottom:0px;}


#rotator
{
	border: 0px solid #000;
	cursor: pointer;
	overflow: hidden;
	margin: 0px auto 0px;
	position: relative;
	width: 500px;
	height: 388px;
}

#content {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 32px;
	padding-top: 32px;
	line-height: 16px;
	background:url(imgs/bg_content.png);
	}
	

#content li {
	text-indent: 18px;
	}
	
.title {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#008ad2;
	
	}
	
.nexttopic {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#666;
	}
	
.nexttopic a:link {color: #666; text-decoration: none;}
.nexttopic a:visited {color: #666; text-decoration: none;}
.nexttopic a:hover {color: #008ad2; text-decoration: underline;}
.nexttopic a:active {color: #666; text-decoration: none;}

.definition {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#000;
	text-align: justify;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-top: 24px;
	line-height: 15px;
	background:url(imgs/box_definition.png);
	background-repeat:no-repeat;
	}
	
.reference {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#000;
	text-align: justify;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-top: 24px;
	line-height: 15px;
	background:url(imgs/box_reference.png);
	background-repeat:no-repeat;
	}
	
.reference ul {
	text-indent: 16px;
	}
	
.quote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:12px; text-align:justify;
	color:#000;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-top: 24px;
	line-height: 15px;
	background:url(imgs/box_quote.png);
	background-repeat:no-repeat;
	}

.links {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#000;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-top: 24px;
	line-height: 15px;
	background:url(imgs/box_links.png);
	background-repeat:no-repeat;
	}
	
.author { text-align: right;
	}
	
.imgrt { margin-right: 14px; margin-bottom: 10px;
	}
	
.imglt { margin-left: 14px; margin-bottom: 10px;
	}
	
.imgltquote { margin-left: 14px;
	}
	
.imgrtquote { margin-right: 14px;
	}