body, p, br, tr, td, ul, ol, div, input, textarea,reset,submit {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #878787;



}

.header {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: bold;

	color: #000099;

}

.blueborder {

	border: 1px solid #3563B0;

}

.form {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #666666;

	border: 1px solid #3563B0;

	background-image: url(images/form_bg.gif);

	background-repeat: repeat-x;

	font-weight: bold;







}

.lightbluetext {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #6C7EBB;

}

a:link {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #3563B0;

	font-weight: bold;

	text-decoration: none;

}

a:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: bold;

	color: #3563B0;

	text-decoration: none;

}

a:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: bold;

	color: #3563B0;

	text-decoration: underline;

}

a:active {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: bold;

	color: #3563B0;

	text-decoration: underline;

}

a.white:link {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #FFFFFF;

	font-weight: bold;

	text-decoration: none;

}

a.white:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: bold;

	color: #FFFFFF;

	text-decoration: none;

}

a.white:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: bold;

	color: #FFFFFF;

	text-decoration: underline;

}

a.white:active {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: bold;

	color: #FFFFFF;

	text-decoration: underline;

}

.whitetext {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #FFFFFF;

}

.bluetext {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #3563B0;

}

.on {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #E2ECFF;

}

#title {

	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

	color: #5783CC;

	font-size: 16px;

	font-weight: bold;

	margin: 5px 15px;

}

#eu {

	width: 780px;

	padding: 5px;

	margin: 10px;

	background-color: #E2ECFF;

	border: 1px solid #3563B0;

	color: #3563B0;

	font-size: 13px;

	font-weight: bold; 

}




/* -- gallery -- */
#gallery {
	position: relative;
	margin: 0 auto;	
	text-align: center;
	display: block;
	clear: both;
	float: none;
}

#gallery p {
	text-align: center;
	margin: 0;
	display: block;
}

#gallery img.center {
	margin: 0 auto;
	padding: 30px 0 0 0;	
	/*width: 100%;
	height: 100%;*/
	} 

ul.gallery {
	position: relative;
	list-style: none;
	width: 750px;
	margin: 0;
	display: block;
	float: left;
	clear:left;
	padding-left: 30px;
	padding-top: 20px;
} 
ul.gallery li {
	display: inline;
	clear: both;
	width: 750px;
   height: 120px;
	line-height: 120px;
	margin: 0;
	padding: 0;
	float: left;
	padding-bottom: 15px;
} 

ul.gallery li a {
	width: 170px;
	height: 120px;
	line-height: 120px;
	margin: 0;
	padding: 0;
	margin-right: 15px;
	display: inline;
	float:left;
	border: 1px solid #ccc;
}

ul.gallery a img {
	width: 170px;
	height: 120px;
	line-height: 120px;
	background: transparent;
	/*border: 1px solid #ccc;*/
	margin: 0;
}

ul.gallery a img.horizontal {
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0 10px;
	width: 150px;
	height: 99px;
	line-height: 120px;
}
ul.gallery a img.vertical {
	text-align: center;
	padding: 10px 10px;
	width: 99px;
	height: 150px;
	line-height: 120px;
}


.paging {
	position: relative;
	float: right;
	clear: left;
	width: auto;
	border-left: 1px solid #cccccc;
	font-size: 12px; 
	text-align:right;
	color: #000;}	
	
.paging a, .paging a:link, .paging a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #999;
}
.paging a:hover, .paging a:active {
	text-decoration: underline;
	color: #98293a;
}
.paging a.selected {
	color: #98293a;
	font-weight: bold;
}

