/* elements */
body {
	font-family:verdana,sans-serif;
	color:#000000;
	background-color:#ffffff;
	font-size:10px;
	margin:5;
	padding:0;
	}

h1 {
	font-family:arial,verdana,sans-serif;
	color:#000000;
	font-weight:800;
	font-size:35px;
	text-align:center;
	margin:5px;
	padding:0;
	}

h2 {
	font-family:verdana,sans-serif;
	color:#c0c0c0;
	font-weight:600;
	font-size:16px;
	text-align:center;
	margin:1px;
	padding:0;
	}

h3 {
	font-family:verdana,sans-serif;
	color:#ffffff;
	font-weight:600;
	font-size:11px;
	margin-top:5px;
	margin-bottom:5px;
	}

h4 {
	font-family:verdana,sans-serif;
	color:#FF69B4;
	font-weight:600;
	font-size:11px;
	text-align:right;
	margin-top:1px;
	margin-bottom:1px;
	}

h5,h6 {
	font-family:verdana,sans-serif;
	font-weight:bold;
	font-size:11px;
	margin-top:1px;
	margin-bottom:1px;
	}

hr {
	color:#ffb5ef;
	padding:0px;
	height:1px;
	margin:0px;
	}

p,ul,ol {
	font-family:verdana,sans-serif;
	font-size:10px;
	margin-top:2px;
	margin-bottom:2px;
	}
pre { DISPLAY:none }

li,dt,dd,td {
	font-family:verdana,sans-serif;
	font-size:10px;
	margin-top:1px;
	margin-bottom:1px;
	}

/* text classes */
.black {
	font-family:verdana,sans-serif;
	color:#000000;
	font-size:9px;
	font-weight:500;
	}
.blue {
	font-family:verdana,sans-serif;
	color:#D0D0DD;
	font-size:9px;
	font-weight:500;
	}

/* links */
a: { color:#0000ff; font-size:10px; font-weight:400; text-decoration:none }
a:link { color:#0000ff; font-size:10px; font-weight:400; text-decoration:none }
a:hover { color:#ff0000; font-size:10px; font-weight:400; text-decoration:none }
a:active { color:#FF69B4; font-size:10px; font-weight:400; text-decoration:none }
a:visited { color:#ff0000; font-size:10px; font-weight:400; text-decoration:none }

a.blacklink: { color:#000000; font-size:11px; font-weight:600; border:1px solid #000000; text-decoration:none }
a.blacklink:link { color:#000000; font-size:11px; font-weight:600; border:1px solid #000000; text-decoration:none }
a.blacklink:hover { color:#000000; font-size:11px; font-weight:600; border:1px solid #000000; text-decoration:none }
a.blacklink:active { color:#000000; font-size:11px; font-weight:600; border:1px solid #000000; text-decoration:none }
a.blacklink:visited { color:#000000; font-size:11px; font-weight:600; border:1px solid #000000; text-decoration:none }

a.planebold: { color:#000000; font-size:11px; font-weight:600; text-decoration:none }
a.planebold:link { color:#000000; font-size:11px; font-weight:600; text-decoration:none }
a.planebold:hover { color:#ff0000; font-size:11px; font-weight:600; text-decoration:none }
a.planebold:active { color:#ff0000; font-size:11px; font-weight:600; text-decoration:none }
a.planebold:visited { color:#333; font-size:11px; font-weight:600; text-decoration:none }
