@charset "utf-8";
/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.body_italic {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #022f50;
	font-weight: bolder;
}
.body_small {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #022f50;
	font-weight: bolder;
}
.textfield_effect    {border-width: 1px; border-style: solid; border-color: #999999; font-size: 12px; color: #333333; width: 200px; height: 15px; background-image: url(../images/back_field.gif);
    background-repeat: repeat-x}
.textfield_effect_small    {border-width: 1px; border-style: solid; border-color: #999999; font-size: 12px; color: #333333; width: 100px; height: 15px; background-image: url(../images/back_field.gif);
    background-repeat: repeat-x}
.textfield_effect_med    {border-width: 1px; border-style: solid; border-color: #999999; font-size: 12px; color: #333333; width: 150px; height: 15px; background-image: url(../images/back_field.gif);
    background-repeat: repeat-x}
.textarea_effect    {border-width: 1px; border-style: solid; border-color: #999999; font-size: 12px; color: #333333; width: 200px; height: 45px; background-image: url(../images/back_field.gif);
    background-repeat: repeat-x}
A:link {
	text-decoration: underline;
	color: #000000;
}
A:visited {
	text-decoration: underline;
	color: #000000;
}
A:active {
	text-decoration: none;
}
A:hover {
	text-decoration: none;
	color: #0000FF;
}
