body{
	margin:0px;
	font-family: verdana, helvetica, tahoma;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #394549;
	Background-attachment: fixed;
	}
	
img{
	border: none;
	}
	
a{
	color: #333333;
	}
	
a:hover {
	background-color: #ffd195;
	color: #333333;
	}
	
img a{
	text-decoration:none;
	}
	
img a:hover{
	background-color: none;
	}
	
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #94B1BD;
	
	margin: 5px;
	}
	
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #94B1BD;
	
	}
	
h3 {
	font-size: 12px;
	font-weight: bolder;
	color: #94B1BD;
	padding: 5px;

	}
	
hr{
	margin: 0px;
	border: none;
	color: #8da9b4;
	background-color: #8da9b4;
	height: 2px;
	width: 100%;
	}
	
p.alert, div.alert{
	color: #ff0000;
	}
	
p.text_normal {
	font-size: 12px;
	color: #333333;
	}
	
p.text_normal a{
	color: #666666;
	text-decoration: underline;
	}
	
p.text_normal a:hover{
	background-color: #ffd195;
	color: #666666;
	text-decoration: none;
	}

p.text_mini, span.text_mini {
	font-size: 9px;
	color: #000000;
	}
	
p.text_mini, span.text_mini a{
	color: #666666;
	text-decoration: underline;
	}
	
p.text_mini, span.text_mini a:hover{
	color: #666666;
	text-decoration: none;
	}
	
p.text_title {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	}
	
p.text_title a{
	color: #eaa243;
	text-decoration: underline;
	}
	
p.text_title a:hover{
	background-color: #ffd195;
	color: #eaa243;
	text-decoration: none;
	}
	
img.bluBorder{
	border: 1px solid #8da9b4;
	}
	
