/********* Reset Broswer CSS ************************/


html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, ol, ul, li, table, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
}

a img { border: none; }


/********* Standard styles CSS ************************/

body {
	font-size:76%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.5em;
	background-color: #FFFFFF;
	background-image: url(../images/flashBG_458.jpg);
	background-position:0px -18px;
	background-attachment: fixed;
}

p, table, li {
	font-size: 1em; /* do not change this value! */
}

h1{
	font-size: 1.5em;
	font-weight: bold;
	color: #006699;
}

h2 {
	font-size: 1.3em;
	color: #006699;
}

h3 {
	font-size: 1.2em;
	color: #e56702;
}

h4 {
	font-size: 1em;
	color: #000000;
}

a {
	text-decoration: underline;
	color: #000000;
}

hr {
	border: 0;
	width:90%;
	color: #777777;
	background-color: #777777;
	height: .95px;

}

.formfield {
	font-size: 11px;
	color: #555;
	background-color: #fff;
	border: 1px solid #d1c4a2;
	padding-left: 2px;
}

.button {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #fff;
	border: 2px outset #ccc;
}
.medialist li{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	width:149px;
}
.medialist li.on{
	border:1px solid #FFFF00;
	background-color:#dceaf3;
}
.warning{
	color:#CC0000;
}
.title{
	font-size:11px;
	font-weight:bold;
}
.description{
	margin-top:-2px;
	font-size:9px;
}