@charset "UTF-8";
/* CSS Document */
/* Default Styles */
body {
	/*background-color:#333333;
	background-image:none;
	background-position:center top;
	background-repeat:repeat;*/
	color:#787878;
	/*height:100%;*/
	margin:0;
	width:100%;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
p { 
	margin-top: 0; 
	text-align: left;
	}
h3 { 
	font: italic normal 1.4em tahoma, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
a:link { 
	text-decoration: none; 
	color:#2767a3;
	}
a:visited { 
	text-decoration: none;
	color:#2767a3;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #CCC;
	}
acronym {
	border-bottom: none;
	}

/*ul{
	padding-left: 15px;
}

li{
	line-height: 2.5ex; 
	/*background-image: url(../images/bullet_grey.png);
	background-repeat: no-repeat;
	background-position: 0 4px;*/

	padding-left: 15px;
	margin-bottom: 0px;
	list-style:none;
}*/
