body{
	margin:0;
}

body, input, textarea, select{
	font-family:Verdana;
	font-size:12px;
	color:#000;
}
strong, h1, h2, h3, h4, h5, h5{
	font-family:Arial;
	font-weight:bold;
}

h1{
	margin-top:0;
	font-size:20px;
	color:#617E97;
}

h2{
	font-size:18px;
}

h3{
	font-family:Arial;
	font-weight:bold;
	font-size:16px;
}
h4{
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
}
h5{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
}

fieldset{
	width:60%;
	margin:auto;
}
legend{
	font-weight:bold;
	font-size:16px;
	font-family:Arial;
}

a{
	color:#DFEA36;
	font-weight:bold;
}

a img{
	border:0;
}

ul a{
	color:#2D6BDC;
	
}

label, input, select, textarea{
	font-family:Verdana, Arial;
	font-size:11px;
}

input, select, textarea{
	border:1px solid #597BA0;
}

strong{
	color:#C0DAFF;
}

.normal{
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
.bold{
	font-weight:bold;
}
.italics{
	font-style:italic;
}
.underline{
	text-decoration:underline;
}

.button{
	background:#F7F7F7;
	padding:1px 10px;
}
.small-button{
	background:#F7F7F7;
	padding:1px 2px;
	font-size:10px;
}

.desc{
	font-size:10px;
	color:#808080;
	font-family:Verdana;
}
.note{
	font-size:10px;
	color:#5B77A7;
	font-family:Verdana;
}
/* Hides from IE5-mac \*/
* html h2{height: 1%;}
/* End hide from IE5-mac */
.leftCol{
	float:left;
}
.rightCol{
	float:right;
}

.test{
	font-size: 30px;
}
#loading{
	height:30px;
	background:url('../img/progress.gif') no-repeat;
	padding-left:34px;
	padding-top:7px;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}

#thisMessage{
	position:absolute;
	background:#E5E5E5;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	margin:auto;
	border:1px solid #5B77A7;
}

#footer{
	font-size:10px;
	font-family:Arial;
	background:#B5B5B5;
	text-align:center;
	border-top:1px solid #FFF;
	padding:4px;
}

#footer a{
	color:#000;
}

form h2{
	color:#000 !important;
	margin-top:4px;
	border-bottom:1px solid #5B77A7;
}

#categories li{
	list-style-image:url(../img/folder.png);
}