body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
td, p
{
	font: normal 13px Verdana,Arial,Tahoma;
	color: #000000;
}
p
{
	margin: 10px 10px 10px 10px;
}
p, td
{
	cursor: default;
}
a
{
	color: #0066cc;
	text-decoration: underline;
	font-family: Arial, Tahoma, Verdana;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
span.button
{
	cursor: default;
}
span.btnText
{
	font-size: 12px;
}
span.stripe
{
	background-color: #ececec;
	height: 20px;
	width: 100%;
	display: block;
}
a.bottomMenu, span.bottomMenu
{
	color: #0064a8;
	font: bold 11px Tahoma,Verdana,Arial;
	text-decoration: none;
}
a.bottomMenu:hover, span.bottomMenu
{
	color: #990000;
}
span.bottomMenu
{
	cursor: default;
}
p.header1
{
	font-size: 18px;
	color: #0064a8;
	margin: 10px 10px 10px 10px;
}
p.header2
{
	font-weight: bold;
	color: #cc0000;
}
td.header2
{
	background-color: #f0f0f0;
	padding: 5px 5px 5px 5px;
}
ul
{
	list-style-type: square;
}
p.li
{
	color: #000000;
	margin: 5px 10px 5px 5px;
}
p.small, p.smallList
{
	font-size: 11px;
}
p.smallList
{
	margin: 0px 10px 0px 10px;
}
/*form*/
form.form{
	margin: 10px;
}
.form table{
	border-collaplse: collapse;
}
.form td{
	border: 1px solid #ffffff;
}
.cap{
	font-size: 11px;
	width: 160px;
	padding: 5px;
}
.odd, .err_odd{
	color: #505560;
	background-color: #fafafa;
}
.form .even, .form .err_even{
	color: #505560;
	background-color: #ececec;
}
.err_odd .cap{
	color: #ff0000;
	font-weight: bold;
}
.err_even .cap{
	color: #ff0000;
	font-weight: bold;
}
.asterix{
	color: #ff0000;
}
.elem{
	padding: 5px 10px 5px 10px;
	width: 270px;
	font-size: 11px;
}

input.text1{
	width: 270px;
	border: 1px solid #000000;
	color: #000000;
	background-color: #ffffff;
}
textarea.text2{
	width: 270px;
	border: 1px solid #000000;
	height: 56px;
	color: #000000;
	background-color: #ffffff;
}
textarea.text2#desc{
	height: 80px;
}
select.select{
	width: 270px;
	border: 1px solid #000000;
	color: #000000;
	background-color: #ffffff;
	height: 70px;
}
input.button{
	border: 1px solid #000000;
}

span.button
{
	display: block;
	background: #e2e2e2 url(images/btn.gif) no-repeat top left;
	width: 125px;
	height: 29px;
	text-decoration: none;
	text-align: center;
	font: bold 6px Verdana,Tahoma,Arial;
	color: #0064a8;
}
a.button:hover, span.button
{
	color: #990000;
	background: #ffffff url(images/btn.gif) no-repeat top left;
}
td.dots
{
	background: #ffffff url(images/dots.gif) repeat-y top left;
}

a.button { 	display: block;
	width: 125px;
	height: 29px;
	text-decoration: none;
	text-align: center;
	font: bold 6px Verdana, Tahoma, Arial;
	color: #0064a8;
; background-color: #FFFF33; background-image: url(images/btn.gif); background-repeat: no-repeat; background-position: top left }
