*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #006089;
	font-weight: bold;
}

body{
	margin: 10px;
	background: #93b4c8 url(../_graphics/bg_lines.gif) center top no-repeat;
	text-align: center;
}

div{
	text-align: left;
}

input,textarea,select{
	padding: 1px 2px;
	font-weight: normal;
	border: 1px solid black;
}

select{
	width:200px;
}

a{
	color: #006089;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h4.show{
	font-size: 16px;
}

ul,li,h1,h2,h3,h4,h5,h6{
	color: #EEE9A8;
	text-indent: -99999999px;
	list-style-type: none;
}

p,.bottommargin{
	margin: 0px 0px 10px 0px;
}

.access{
	display: none;
}

.clear{
	clear: both;
}

.show{
	text-indent: 0px;
}

.bold{
	font-weight: bold;
}

.ucase{
	text-transform: uppercase;
}

.light,label{
	color: #168CAE;
}

.nomargin{
	margin: 0px;
}

.center{
	text-align: center;
}

.msg{
	color: #FF3100;
}

.white{
	color: #FFFFFF;
}