/* start main_style */

body {
background-color:#333333;
color:#FFFFFF;
font-family:Times, serif;
font-size:12pt;
font-style:normal;
text-align:left;

margin-left:15px;
margin-right:15px;
margin-top:20px;
margin-bottom:20px;
} 

.title {
font-size:18pt;
font-weight: bold;
}

.sub_title {
font-size:10pt;
}

.title_test {
font-size:18pt;
font-weight: bold;
font-family:Helvetica, sanserif;
font-style:normal;
}

.sub_title_test {
font-size:10pt;
}

.links {
font-size:10pt;
font-weight: bold;
}

.copyright {
font-size:8pt;
}
		
a:link {color:#996600;}
a:visited {color:#6699CC;}
a:active {color:#EE0000;} 
a:hover {color:#001100;text-decoration:underline;}


/* end main_style */