/* CSS Document */
a {
	color:#0172ce;
	text-decoration:none;
	}
a:hover {
	color:#ff6600;
	text-decoration:none;
	}
ul {
	margin:5px 0px 15px 0px;
	}
FORM {
	background-color:#EEF7FF; 
	padding:15px;
	}
INPUT, TEXTAREA {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin:0;
	}
.input-long {
	width:345px;
	margin:0 0 10px 0;
	}
.input-medium {
	width:220px;
	margin:0 5px 10px 0;
	}
.input-short {
	width:110px;
	margin:0 5px 10px 0;
	}
.textarea-long {
	width:345px;
	}
	
.trumpet {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#888888;
	margin:0 0 5px 0;
	}
.header24 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#00427D;
	margin:0 0 10px 0;
	}
.header18 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:20px;
	color:#00427D;
	margin:0 0 10px 0;
	}
.header14 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:18px;
	color:#00427D;
	margin:0 0 5px 0;
	}
.text12 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#444444;
	margin:0 0 10px 0;
	}
.text11 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#444444;
	margin:0 0 5px 0;
	}
.player-top-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#00427D;
	margin:0 0 10px 10px;
	}
.col-header {
	width:245px;
	height:25px;
	margin:0 0 15px 0;
	}
.col-header-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	color:#fff;
	margin: 0;
	padding:5px;
	}
.sidemenu-basic {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#444444;
	margin:0;
	}
	
.footer-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#87A6B9;
	margin-top:15px;
	text-align:center;
	}
.footer-text a {
	color:#87A6B9;
	text-decoration:none;
	}
.footer-text a:hover {
	color:#fff;
	text-decoration:none;
	}
.img-left {
	float:left;
	margin-right:10px;
	}
.img-right {
	float:right;
	}