/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
	/*background-image:url(img/back.jpg);*/
	color: #777777;
	/*padding: 0px;
	margin: 0px;*/
/*	margin-left:40px;
	margin-right:40px;*/
	/*margin-top:20px;*/

}

a:link { text-decoration: none; color:#1582bb;}
a:active {	text-decoration: none; color:#1582bb;}
a:visited { text-decoration: none; color:#1582bb;}
a:hover {	text-decoration: none; color:#E00000;}

a.white:link { text-decoration: bold; color:#EAEAEA; font-size: 11px;}
a.white:active {	text-decoration: bold; color:#EAEAEA; font-size: 11px;}
a.white:visited { text-decoration: bold; color:#EAEAEA; font-size: 11px;}
a.white:hover {	text-decoration: underline; color:#FFFFFF; font-size: 11px;}

img { border: 0px;}

/*table, td, th, tr {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	border-collapse: collapse;
	vertical-algin: top;
}*/

th {	text-align: left;}
h1 {	font-size: 20px;	color:#CC0000; font-family:Verdana, Georgia, "Times New Roman", Times, serif; }
h2 {	font-size: 18px;	color: #FFFFB3; font-family:Verdana, Georgia, "Times New Roman", Times, serif; }
h3 {	font-size: 16px;	color: #000000;  }
h4 {	font-size: 14px;	color: #FF0000;  }
h5 {	font-size: 12px;	color: #000000; padding-bottom:0px; margin-bottom:0px; }
h6 {	font-size: 11px;	font-weight:normal; color:#000000; padding-bottom:0px; margin-bottom:0px;  }

.warning { font-weight: bold; color: #FF0000;}
.success { font-weight: bold; color: #00CC00;}

.bold {	font-weight: bold; }

.info { font-style: italic; }
