body {
	background-image: url(../images/background.gif);
}

a:link {color: #6666FF;	text-decoration: none;}
a:visited {text-decoration: none; color: #6666FF;}
a:hover {text-decoration: underline; color: #6666FF;}
a:active {text-decoration: none; color: #6666FF;}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.style2 {font-size: small}

.style3 {font-size: medium}

.style4 {color: #FF0000}

.style5 {font-weight: bold}

.style6 {color: #FFFFFF}

.style7 {font-size: xx-small; color: #999999; }

.style8 {font-size: xx-small}

.style9 {font-size: xx-large; font-weight: bold;}

.style10 {color: #000066}

.style11 {font-size: large}

input.txt_error {
	background-color: #FF0000;
}
option.sel_error {
	border: 1px solid #FF0000;
	background-color: #FF0000;
}