/* CSS Document */

html, body { padding: 0; margin: 0; width: 100%; height: 100%; }

A:link {color:#008ce2; font-weight:bold; text-decoration:none}
A:visited {color:#008ce2; font-weight:bold; text-decoration:none}
A:active {color:#008ce2; font-weight:bold; text-decoration:none}
A:hover {color:#53b9f8}

.class2 A:link {color:#FFFFFF; text-decoration:none}
.class2 A:visited {color:#FFFFFF; text-decoration:none}
.class2 A:active {color:#FFFFFF; text-decoration:none}
.class2 A:hover {text-decoration:underline}

.small {font-size:10px; font-style:italic; color:#000000}
.medium {font-size:16px; font-weight:bold; color:#000000}
.large {font-size:24px; font-weight:bold; color:#000000}
.pr {font-size:16px; font-weight:bold; color:#008ce2}
h1 {font-size:18px;	font-family:century gothic, arial; color:#000000}
h2 {font-size:12px;	font-family:century gothic, arial; color:#000000}

body {
	font-family:century gothic, arial;
	font-size:8pt;
	color:#FFFFFF;
	background:#000000;
}

table {
	font-family:century gothic, arial;
	font-size:8pt;
	color:#000000;
}

img { border: 0; }
