body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background-image: url(images/common/bg.jpg);
	background-repeat: no-repeat;
}

/*###########################################################
	Text
###########################################################*/

.h1_text
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3e4c4d;
	text-align: left;
	line-height: 12px;
	}

.note_text
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size:10px;
		line-height:13px;
		color:#333333;
		text-align: left;
	}
	
.main-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	color:#666666;
	text-align: left;
	padding-bottom: 14px;
}	

.main-text h1,h2,h3,h4,h5{
	font-family: Arial, Helvetica, sans-serif;
		font-size:9px;
		line-height:12px;
		color:#3e4c4d;
}

.main-text a:link {
	color:#666666;
	text-decoration: none;
}
.main-text a:visited {
	color:#666666;
	text-decoration: none;
}
.main-text a:hover {
	color:#ff6600;
	BACKGROUND: #eeeeee;
	text-decoration: none;
}
.main-text a:active {
	color:#3e4c4d;
	text-decoration: none;
}

/*###########################################################
	Menus
###########################################################*/


/*-- Main Menu --------------------------------------------*/

.main-menu-1{
	font-size:12px;
	text-align: left;
	color: #666666;
}

.main-menu-1 a:link { text-decoration: none; color:#666666}
.main-menu-1 a:visited { text-decoration: none; color:#666666}
.main-menu-1 a:hover {
	text-decoration: none;
	BACKGROUND: #eeeeee;
	color:#3e4c4d
}
.main-menu-1 a:active { text-decoration: none; color:#666666}

.main-menu-2{
	font-size:11px;
	text-align: left;
	color: #666666;
}

.main-menu-2 a:link { text-decoration: none; color:#666666}
.main-menu-2 a:visited { text-decoration: none; color:#666666}
.main-menu-2 a:hover {
	text-decoration: none;
	BACKGROUND: #eeeeee;
	color:#3e4c4d
}
.main-menu-1 a:active { text-decoration: none; color:#666666}

.subnav{
	font-size:12px;
	text-align: left;
	color: #3e4c4d;
}

.subnav a:link {
	text-decoration: none;
	BACKGROUND: #eeeeee;
	color:#3e4c4d
}
.subnav a:visited { text-decoration: none;
	BACKGROUND: #eeeeee;
	color:#3e4c4d}
.subnav a:hover { text-decoration: none;
	BACKGROUND: #3e4c4d;
	color:#eeeeee}
.subnav a:active { text-decoration: none;
	BACKGROUND: #eeeeee;
	color:#3e4c4d}

.subnav_current{
	font-size:11px;
	text-align: left;
	color: #eeeeee;
}

.subnav_current a:link {
	text-decoration: none;
	BACKGROUND: #eeeeee;
	color:#3e4c4d
}
.subnav_current a:visited { text-decoration: none;
	BACKGROUND: #eeeeee;
	color:#3e4c4d}
.subnav_current a:hover { text-decoration: none;
	BACKGROUND: #3e4c4d;
	color:#eeeeee}
.subnav_current a:active { text-decoration: none;
	BACKGROUND: #eeeeee;
	color:#3e4c4d}


/*-- Footer --------------------------------------------*/

.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:13px;
	color:#666666;
	text-align: left;
	padding-left: 51px;
	padding-top: 6px;
}	


.footer a:link {
	color:#666666;
	text-decoration: none;
}
.footer a:visited {
	color:#666666;
	text-decoration: none;
}
.footer a:hover {
	color:#ff6600;
	BACKGROUND: #eeeeee;
	text-decoration: none;
}
.footer a:active {
	color:#3e4c4d;
	text-decoration: none;
}


/*-- Images --------------------------------------------*/

.logo{
	font: 10px Arial, Helvetica, sans-serif;
	padding: 0px; margin:0px;
}

.logo a:link {
	text-decoration: none; padding: 0px; margin:0px;
	
}
.logo a:visited { text-decoration: none; padding: 0px; margin:0px;
	}
.logo a:hover { text-decoration: none; padding: 0px; margin:0px;
	}
.logo a:active { text-decoration: none; padding: 0px; margin:0px;
	}


/*-- Decoration --------------------------------------------*/
	
	
.border
	{
	border: thin dotted #CCCCCC;
	}
	
.shadow
	{
	background-image: url(images/common/shadow.jpg);
	background-repeat: repeat-y;
	}