/* css document */

body {
	background-color: 		#FFFFFF;
	margin-top:				0px;
	margin-right:			0px;
	margin-bottom:			0px;
	margin-left:			0px;		
}

td {
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size: 				11px;
	color: 					#000000;
	line-height: 			18px;
	margin-left:			0px;
	margin-top:				0px;
	margin-right:			0px;	
	margin-bottom:			0px;	
}

/* id */

#top {
	background-image: 		url(../images/bg/top.jpg);
	background-repeat: 		no-repeat;
}

#header {
	background-image: 		url(../images/bg/header.jpg);
	background-repeat: 		no-repeat;
}

#menu {
	background-image:  		url(../images/bg/menu.jpg);
	background-repeat:		no-repeat;
	padding:				0px 15px 0px 15px;
	border-bottom:			5px solid #FACB37;
}

#page {
	background-image:  		url(../images/bg/page.jpg);
	background-repeat:		no-repeat;
	padding: 				0px 0px 0px 0px;
	border-left: 			1px solid #FACB37;		
	border-right: 			1px solid #FACB37;				
}

#text {
	padding:				20px 15px 15px 15px;
}

#footer {
	background-image: 		url(../images/bg/footer.jpg);
	background-repeat:		no-repeat;
	border-left: 			1px solid #FACB37;		
	border-right: 			1px solid #FACB37;			
}

#copyright {
	font-size: 				9px;
	color: 					#AAAAAA;
	text-decoration: 		none;
}

/* input style */

input, textarea {
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size: 				11px;
	color: 					#000000;
	background-color:		#FFFFFF;
	padding:				1px 2px 1px 2px;
	border: 				1px solid #CCCCCC;
}

/* title style */

.style1{
	font-size: 				14px;
	font-weight:			bold;
	color: 					#990000;
	text-decoration: 		none;
}

/* copyright style */

.style7{
	font-size: 				9px;
	color: 					#AAAAAA;
	text-decoration: 		none;
}

/* link style */

a:link {
	font-size: 				11px;
	color: 					#000000;
	text-decoration: 		none;
}

a:visited {
	font-size: 				11px;
	color: 					#000000;
	text-decoration: 		none;
}
	
a:hover {
	font-size: 				11px;
	color: 					#333333;
	text-decoration: 		none;
}

a:active {
	font-size: 				11px;
	color: 					#000000;
	text-decoration: 		none;
}

/* menu link style */

a.menu:link {
	font-size: 				10px;
	font-weight:			bold;
	color: 					#000000;
	text-decoration: 		none;
}

a.menu:visited {
	font-size: 				10px;
	font-weight:			bold;
	color: 					#000000;
	text-decoration: 		none;
}
	
a.menu:hover {
	font-size: 				10px;
	font-weight:			bold;
	color: 					#FFCC33;
	text-decoration: 		none;
}

a.menu:active {
	font-size: 				10px;
	font-weight:			bold;
	color: 					#333333;
	text-decoration: 		none;
}

/* copyright style */

a.copyright:link {
	font-size: 				9px;
	color: 					#AAAAAA;
	text-decoration: 		none;
}

a.copyright:visited {
	font-size: 				9px;
	color: 					#AAAAAA;
	text-decoration: 		none;
}
	
a.copyright:hover {
	font-size: 				9px;
	color: 					#AAAAAA;
	text-decoration: 		none;
}

a.copyright:active {
	font-size: 				9px;
	color: 					#AAAAAA;
	text-decoration: 		none;
}

