form { margin: 0px; padding: 0px}
BODY {
        BACKGROUND-COLOR: #ffffff; 
        COLOR: #000000;
}
body, p, td {
	font-size: 11px;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
}
a, a:visited {
	color: #3366CC;
	text-decoration: underline;
}
a:hover {
	color: #6699FF;
	text-decoration: underline;
}
h2	{
	color: #606060;
	font-size: 24px;
	margin: 0px 0px 20px 0px;
}
input, textarea {
	width: 100%;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #C2CBD4;
}
input.sb {
	width: 30%;
	padding: 2px 10px;
	background-color: #9ABADB;
}

.ph {
	background-color: #949494;
}
#red {
	color: #FF0000;
}


.bg1 {
	background-image: url('img/bg11.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
.bg2 {
	background-image: url('img/bg12.gif');
	background-repeat: repeat-y;
}
.bg3 {
	background-image: url('img/bg13.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
.sel1 {
	background-image: url('img/sel11.gif');
	background-repeat: no-repeat;
	background-position: center left;
}
.sel2 {
	background-image: url('img/sel12.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}
