/* CSS Document */

body {
	background-color:#4C6584;
	margin:0 0 0 0;

}

h1 {
	color:#7398B2;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	font-style:italic;
}

h2 {
	color:#B5CE68;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	font-style:italic;
}

h3 {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	font-style:italic;
}

li { 
	list-style-image:url(img/bullet.jpg);
	margin-left:-10px;
}

a:link,a:active,a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#cccccc;
	text-decoration:none;
	border-bottom:1px dashed #cccccc;
}

a:hover {
	color:#7398B2 !important;
	border-bottom:1px dashed #7398B2 !important;
}

.txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.wh {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
}

.siteborder {
	border-right:2px dashed #cccccc;
	border-bottom:1px solid #cccccc;
	border-top:0px solid #ffffff;
	border-left:2px dashed #cccccc;
}

.picborder {
	border: 1px solid #000000;
}