p a:link { 
	color: #003366; 
	text-decoration: none; 
	font-weight: bold
}

p a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}
p a:hover {  
	color: #FF9900; 
	font-weight: bold; 
	text-decoration: none
}

p a:active {  
	text-decoration: none; 
	font-weight: bold
}


.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 22px;
	margin: 15px;
	text-align: left;
}

.dragon {
	background-image: url(img/background-dragon.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 22px;
	margin: 15px;
	font-weight: bold;
	text-align: left;
}

.topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	line-height: 9px;
}

.topnav a:link { 
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold
	line-height: 1px;
}

.topnav a:hover { 
	color: #FF0000; 
	text-decoration: none; 
	font-weight: bold
	line-height: 1px;
}

.topnav a:visited { 
	color: #CCCCCC; 
	text-decoration: none; 
	font-weight: bold
	line-height: 1px;
}


.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 22px;
	margin: 15px;
	font-weight: bold;
	text-align: center;
}
.bodytable {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

