html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	text-decoration: none;
}
a img {
	border: 0;
}
a:link {
	color: #2c71ab;
}
a:visited {
	color: #0052A4;
}
a:hover {
	color: #000000;
}
a:active {
	color: #004993;
}
.error a, .positive a {
	color: #000000;
}
body {
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #111111;
	background-color: #ffffff;
}
#blackOut{
	width: 100%;
	background-color: #000000;
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	filter:alpha(opacity=90);
	-moz-opacity:.9;
	opacity:.9;
}
#popup {
	background-color: #FFFFFF;
	height: 456px;
	width: 740px;
	padding: 5px 20px;
}
.error {
	padding: 10px;
	margin-bottom: 10px;
	color: #CC0000;
	background-image: url(../images/gradient_red.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
}
.positive {
	padding: 10px;
	margin-bottom: 10px;
	color: #009900;
	background-image: url(../images/gradient_green.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
}
.small {
	font-size: 10px;
	color: #666666;
}
.smaller {
	font-size: 12px;
}
.list {
	list-style-position: outside;
	padding-left: 20px;
}
.list li {
	margin: 5px 0;
}
.close {
	font-size: 18px;
	position: absolute;
	top: 10px;
	left: 705px;
	font-weight: bold;
	color: #333333;
}
.close strong {
	color: #FF0000;
}
.button {
	font-size: 14px;
}
.button img {
	border: 0;
	height: 16px;
	width: 16px;
	display: block;
	float: left;
	margin-right: 4px;
}
.clear { clear: both; }
.float { float: left; }
h2 { font-size: 18px; }
h2 { font-size: 24px; }
h1 { font-size: 36px; }
.grey { color: #999999; }
.red { color: #CC0000; }
.blue { color: #0065B0; }
.brown { color: #808000; }
.green { color: #006600; }
.box {
	padding: 20px;
	margin: 20px;
}
.bgBlue { background-color: #B3E4FF; }
.bgRed { background-color: #FFC1C1; }
.bgGreen { background-color: #C4FFC4; } 
.bgYellow { background-color: #FFFFC6; } 
.bgYellow a, .bgBlue a, .bgRed a, .bgGreen a {
	background: none;
}
.numberBlock a {
	background: #eeefdc;
	color: #0066CC;
	border: 1px solid #b5b966;	
}
.topMenu a {
	display: block;
	float: left;
	padding: 4px 10px;
	margin-right: 10px;
	background: url(../images/gradient_lightgrey.gif) repeat-x;
	background-position: 0 1px;
	color: #0066CC;
	border: 1px solid #ccc;
	font-size: 14px;
	font-weight: bold;
}
.topMenu a:link {
}
.topMenu a:hover {
	color: #000033;
	background: url(../images/gradient_yellow_flip.gif) repeat-x;
	background-position: 0 -1px;
}
.topMenu {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #eee;
	height: 20px;
	margin-bottom: 10px;
}
.noMargin {
	padding: 0;
	margin: 0;
	border: 0;
}
#user {
	background: url(../images/loginbar.gif) no-repeat;
	padding: 5px 10px 0 10px;
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
#user a {
	font-size: 12px;
}
.locationBar {
	background: url(../images/locationbar.gif) no-repeat;
	padding: 5px 10px 0 10px;
	height: 28px;
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
}
.locationBar a {
	color: #FFF;
	background: none;
}
.breakLine {
	width: 100%;
	height: 1px;
	margin: 10px 0;
}
#footer {
	background: url(../images/loginbar.gif) no-repeat;
	padding: 5px 10px 0 10px;
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}
#footer span {
	color: #777;
}
#footer a {
	color: #000;
	margin-right: 10px;
	background: none;
}
.listSmall {
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #515100
}
.shout {
	background-color: #ffffff;
	background: url(../images/gradient_lightgrey.gif);
	border: 1px solid #bebebe;
	color: #000000;
	padding: 6px;
	margin-bottom: 10px;
	font-size: 12px;
	width: 100%;
	height: 35px;
}
.shout a {
	font-weight: bold;
}
.shout i {
	text-decoration: none;
	font-style: normal;
	color: #999999;
}