﻿h1 {
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px dashed white;
	}
	
h2 {
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid white;
	}

body {
	margin-top: 0px;
	background-color: #000;
	}
	
body, p, tr, td, table, div {
	font-family:arial;
	font-size:11px;
	color:#FFFFFF;
	text-align:justify;
	}
		
.tbl {
	border-left:2px solid #006F9D;
	border-right:2px solid #006F9D;
	}

A:link, A:visited, A:active, A:hover {
	text-decoration:none;
	color:#66CCFF;
	cursor:crosshair;
	} 

input, select, textarea {
	border:1px solid white;
	font-family:tahoma;
	color:white;
	font-size:11px;
	background:#000000
	}
	
.content {
	text-align:justify;
	padding: 10px 10px 10px 10px;
	}