.font_master {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: Red;
	font-weight: bold;
}

.font_heading {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: Red;
	font-weight: bold;
}

.font_announce {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: Red;
	font-weight: normal;
}

.font_justify {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: Red;
	font-weight: normal;
	text-align: justify;
}

.font_cp {
	font-variant: small-caps;
	font-weight: bold;
}

.trq {
	color:#a6c7e2;
}

.red {
	color:#ff0000;
}

.udl {
	text-decoration:underline;
}


html {
height:100%; 
max-height:100%; 
padding:0;
margin:0; 
border:0; 
background:#000; 
font-size:75%; 
font-family:verdana,century gothic,sans-serif;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

body {height:100%; max-height:100%; overflow:hidden; padding:0; margin:0; border:0;}
body.intro {background:#000;}
body.intro img {border:0;}

.bold {font-size:1.2em; font-weight:bold;}
.center {text-align:center;}
.small {font-size:0.8em;}

.intro a, .intro a:visited {
	color: Red;
	text-decoration: underline;
}
.intro a:hover {
	color: #a6c7e2;
	text-decoration: none;
	font-weight: bold;
}