table { border:0px; border-collapse:collapse; } 
td {vertical-align:center; padding:0px; }


td, table, select, input, textarea, p{
	font-family:Georgia, Palatino, Times, serif;
	font-size:13px;
	color:#000000;
}

form { margin:0px; padding:0px}
body { margin:0px; padding:0px; background:#FFFFFF}

a{ color:#00aeef; text-decoration:none}
a:hover{ text-decoration:underline}

strong { color:#000000; font-weight:bold}
strong a{ color:#000000; font-weight:bold; text-decoration:underline}
strong a:hover{ text-decoration:none}

b { color:#000000; text-transform:none}
b a{ color:#00aeef; text-decoration:none; text-transform:none}
b a:hover{ text-decoration:underline}

.header {font-size:16px; font-weight:bold}
.footer {font-size:11px}
.cyan {color:#00aeef}

.list ul{margin:0px; padding:0px; list-style:none; line-height:18px}
.list ul li a{ color:#FFFFFF; font-size:11px; text-decoration:underline; text-transform:uppercase; font-weight:bold}
.list ul li a:hover{ text-decoration:none}



.form input{
	width:250px;
	height:22px;
	color: #000000;
	padding:1px 0 0 5px;
	border:#00aeef solid 1px;
	background-color:#FFFFFF;
}

.form textarea {
	width:250px;
	height:120px;
	color: #000000;
	overflow: auto;
	padding:1px 0 0 5px;
	border:#00aeef solid 1px;
	background-color:#FFFFFF;
}

