@charset "utf-8";
/* CSS Document */

body, html {
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-color: #FFFFFF;
	color: #959595;
	font-family: Trebuchet MS;	
	font-size: 13px;
	font-weight: normal;
}

.header {
	background-image: url(i/template/back.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.menu_a:link, .menu_a:visited, .menu_a:hover, .menu_a:active {
	color: #f35ea1;
	font-family: Trebuchet MS;	
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;		
}
.menu {
	color: #959595;
	font-family: Trebuchet MS;	
	font-size: 12px;
	font-weight: normal;	
	text-decoration: none;	
}
.menu:active {
	color: #f35ea1;
}
.menu:visited {
	color: #959595;
}
.menu:hover {
	color: #f35ea1;
}
a:link, a:visited {
	color: #959595;
	font-family: Trebuchet MS;	
	font-size: 12px;
	font-weight: normal;	
	text-decoration: none;	
}
a:hover, a:active {
	color: #f35ea1;
	font-family: Trebuchet MS;	
	font-size: 12px;
	font-weight: normal;	
	text-decoration: none;	
}
input {
	width: 255px;
	border: 1px solid #cdcdcd;
	color: #929292;
	font-size: 12px;
	margin-bottom: 10px;
	padding-left:5px;
	height: 20px;
	line-height: 20px;
}
textarea {
	width: 255px;
	border: 1px solid #cdcdcd;
	color: #929292;
	font-size: 12px;
	margin-bottom: 10px;
	padding-left:5px;
	height: 130px;
	line-height: 20px;
}
.footer {
	color: #a7a7a7;
	font-family: Trebuchet MS;
	padding-left: 7px;
	padding-top: 7px;
	font-size: 12px;
}