div{

}

body,td{
	font-family:georgia;
	font-size:17px;
	vertical-align:top;
	text-align:left;
	width:100%;
	height:100%;
}

small{
font-size:11px;
}

a.external:hover
{
background: url(images/blankscreen.gif) no-repeat 100% 0;
padding: 0 12px 0 0;
}

h1{font-size:14px;}

.popup{style:normal;}


h1{font-family:georgia; color:black; font-size:26px; font-weight:normal; margin-top:0px; margin-bottom:0px;}
h3{font-family:georgia; color:black; font-size:36px; font-weight:normal; margin-top:0px; margin-bottom:0px;}
ul{font-family:georgia; color:black; font-size:17px; font-weight:normal; margin-left:-16px; list-style-type:disc;	list-style-image:url('images/bullet.gif');}
h4{font-family:georgia; color:black; font-size:17px; font-weight:normal; margin:0px;}
h2{font-family:georgia; color:black; font-size:20px; font-weight:normal; margin-top:0px; margin-bottom:0px;}
h5{font-family:georgia; color:black; font-size:27px; font-weight:normal; margin-top:0px; margin-bottom:0px; font-style:italic; color:rgb(255,65,25);}

div{border:0px solid red; z-index:9px;}

a{color:rgb(255,65,25); text-decoration:none;	font-style:italic;}
a:hover{color:black;	font-style:italic;}

input{font-family:georgia;}
img{border:0px;}

.flat_input{font-size:25px; width:350px; border:2px solid rgb(202,211,199);}
.flat_input2{font-size:19px; border:2px solid rgb(202,211,199);}

.error{margin-bottom:6px; color:rgb(255,65,25);}

.inactive{
	margin:0px;
	color:rgb(202,211,199);
		font-style:italic;
}

p{
	margin:0px;
		font-style:italic;
}

.poll{
	font: 1em/1.7em georgia;
}

a.menu{
	color:black;
	font-style:italic;
}

a.menu:hover{
	color:rgb(255,65,25);
		font-style:italic;
}


div{
	text-align:left;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color:rgb(119,156,108);
}
body,td,th {
	font-family: georgia;
	font-size: 16px;
	color:black;
}


span.checkbox {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url(images/checkbox.gif) no-repeat;
display: block;
clear: left;
float: left;
}

span.radio {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url(images/radio.gif) no-repeat;
display: block;
clear: left;
float: left;
}

span.select {
position: absolute;
width: 45px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
height: 21px;
padding: 0 24px 0 8px;
margin-top:3px;
color: #fff;
font: 12px/17px georgia;
background: url(images/select.gif) no-repeat;
overflow: hidden;
}
