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

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;
}

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

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

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

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;
}
    
/*********************************************************************************************************************/

