@charset "utf-8";

A.more:link  {color : #3a685b; text-decoration : none;}
A.more:visited  {color : #3a685b; text-decoration : none;}
A.more:hover  {color : #3a685b; text-decoration : underline;}

A.menu:link  {color : #3a685b; text-decoration : none;}
A.menu:visited  {color : #3a685b; text-decoration : none;}
A.menu:hover  {color : #3a685b; text-decoration : underline;}

A.menubr:link  {color : #145b98; text-decoration : none;}
A.menubr:visited  {color : #145b98; text-decoration : none;}
A.menubr:hover  {color : #145b98; text-decoration : underline;}


.text {
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#000000;
	line-height: 14px;
}

.menu {
	font-family: "Trebuchet MS";
	font-size:11px;
	color:#3a685b;
}

.cs {
	font-family: "Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#3a685b;
}



.body {
	background-color: #f9c3c3;
	background-image: url(images/bg_web.gif);
	background-repeat: repeat-y;
	background-position:center;
}
.bg_main {
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-y;
	background-position:center;
}


/* form */
.input {border-right: #959595 1px; border-top: #959595 1px; border-left: #959595 1px; border-bottom: #959595 1px; font-weight: normal; font-size: 11px; color: #000000;  font-family: "Trebuchet MS"; background-color:#f2f0f0}
.btn
{
	background-color: #959595;
	border: solid 1px black;
	color: White;
}
btn.input
{
	background-color: #959595;
	border: solid 1px black;
	color: White;
}

