/*********************************************************************************************************************/

html
{
	overflow-y: 		scroll;
	overflow: 			visible;
}

body {
	background-color:	#ffffff;
	color:				#000000;
	text-align: 		center;
	background-image:	url(../jpg/bg3.jpg);
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
}

#main {
	text-align: 		left;
	width: 				810px;
	padding: 			0px;
	margin: 			0 auto;
	font-size:			12px;
}

img {
	border-style: 		none;
}

.title {
	color: 				#000066;
	font-size: 			20px;
	font-weight: 		bold;
}

.boxtitle {
	color: 				#000066;
	font-size:			14px;
	font-weight:		bold;
}

.subtitle {
	color:				#000066;
	font-size:			16px;
	font-weight:		bold;
}

.small {
	font-size:			10px;
}

.orange {
	color:				#FF9900;
}

.txt12 {
	font-size: 			12px;
	line-height:		18px;
}

.txt14 {
	font-size: 			14px;
	font-family: 		Calibri, Arial, Helvetica, sans-serif;
	line-height:		20px;
}

.txt16 {
	font-size: 			16px;
	font-family: 		Calibri, Arial, Helvetica, sans-serif;
	line-height:		22px;
}

/*********************************************************************************************************************/

A {
	color:				#000066;
	font-weight:		bold;
}

A:visited {
	color:				#000066;
	font-weight:		bold;
}

A:hover {
	color:				#FF9900;
	font-weight:		bold;
}

A.nav {
	color:				#000066;
	font-weight:		normal;
	text-decoration:	none;
}

A.nav:visited {
	color:				#000066;
	font-weight:		normal;
	text-decoration:	none;
}

A.nav:hover {
	color:				#FF9900;
	font-weight:		normal;
	text-decoration:	none;
}
    
/*********************************************************************************************************************/
/*** Galery ***/

.thumbnail {
	border: 				1px solid #a0a0a0
}

.thumbnails .wrap1 {
	margin: 				0px 5px 15px 5px;
	display:				table-cell;
	display:				inline-table;
	display:				inline-block;
	vertical-align:			top;
	text-align:				center
}

.thumbnails .wrap2 {
	border: 				1px solid #555555;
	margin:					0;
	display:				table-cell;
	vertical-align:			middle;
	border-radius: 			4px;
	width: 					160px;
	height: 				110px;
}

.thumbnails .wrap2:hover {
	background-color:		#eee;
	border:					1px solid #0cc9c;
	color:					#999;
}


/*********************************************************************************************************************/


