/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_fade.jpg);
	background-repeat: repeat-x;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}
 select, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.bgWhite {
	background-color: #FFFFFF;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 13px;
	}
.title1 {
	color: #2A5EA5;
	font-weight:bold;
	font-size: 13px;
	}
.title2 {

	font-weight:bold;

	}
.titleNews {
	color: #999966;
	font-weight:bold;
	font-size: 12px;
	}
.bgNews {
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	/*background-color: #e8eef9;*/
	background-image: url(../images/bg_news.jpg);

	}
.news {
	padding-right: 10px;
	padding-left: 15px;
	font-size: 12px;
	line-height:14px
	}
.bgSpot {
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	/*background-color: #e8eef9;*/
	background-image: url(../images/bg_spot.jpg);
	}
.spot {
	font-size: 12px;	
}
#footer td {
	font-size: 11px;
	color: #6D91C2;
	border-bottom: 1px solid #cccccc;
}
#footer td td{
	border-bottom: 0
}
.picLeft	{
align: left;
margin-right: 15px;
margin-bottom: 15px;
}

.picLeftShort	{
align: left;
margin-right: 15px;
margin-bottom: 10px;
}


.picLong	{
align: left;
margin-right: 15px;
margin-bottom: 50px;
}

.button { cursor: pointer; color: #999966;  background-color: #ffffff;  border: 1px solid #999966; }