/* table */
table {
	border: 0;
}

td {
	font-family : Verdana, Arial, Courier New, sans-serif;
	font-size : 12px;
}

.hard {
	background-color: #3366cc;
}

.light {
	background-color: #bbd4e4;
}

.white {
	background-color: #ffffff;
}

/* summary control */
.error
{
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
	font-size: 12px;
}

.confirm
{
	font-family: Verdana, Arial, sans-serif;
	color: #0000ff;
	font-size: 12px;
}

/* general */
body {
	background-color: #efefef;
	font-family: Verdana, Arial, Courier New, sans-serif;
	font-size: 12px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

/* links */
a  {
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}
a:hover {
	color: #ff0000; text-decoration: underline;
	}
	
a.top {
	color: #3366cc;
	font-weight: bold;
	text-decoration: none;
}

a.top:hover {
	color: #ff9966;
	font-weight: bold;
	text-decoration: underline;
}

a.top2 {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a.top2:hover {
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}

a.top_current {
	color: #3366cc;
	font-weight: bold;
	text-decoration: none;
}

a.top_current:hover {
	color: #ff9966;
	font-weight: bold;
	text-decoration: underline;
}

a.left  {
	color: #0000cc;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
a.left:hover  {
	color: #ff0000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
a.btm1 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
a.btm1:hover {
	color: gray;
	text-decoration: underline;
}
a.btm2 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.btm2:hover {
	color: #000000;
	text-decoration: underline;
}
/* text */
.logo {
	color: #3366cc;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}
.menuhdr {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}
.hdr {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}
.featured {
	color: #0000aa;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;

}
.tophdr {
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
}
.site {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}
.odd {
	background-color: #ffffff;
}
.even {
	background-color: #efefef;
}
.text {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	text-align: justify;
}
.small {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	text-align: justify;
}

/* forms */
input {
	background-color: #f5f5fc;
	border: #3366cc 1px solid;
	color: #000000;
	font-family: verdana,tahoma,arial;
	font-size: 12px;
}

.search {
	width: 100%;
}

.radio {
	background-color: #ffffff;
	border: 0;
	color: #000000;
	font-family: verdana,tahoma,arial;
	font-size: 10px;
	width: 20px
}

textarea {
	background-color: #f5f5fc;
	border: #3366cc 1px solid;
	color: #000000;
	font-family: verdana,tahoma,arial;
	font-size: 12px;
	width: 200px;
}
select {
	background-color: #f5f5fc;
	border: #3366cc 1px solid;
	color: #000000;
	font-family: verdana,tahoma,arial;
	font-size: 12px;
	width: 200px;
}
.btn {
	background-color: #3366cc;
	border: #f5f5fc 1px solid;
	color: #ffffff;
	font-family: verdana,tahoma,arial;
	font-size: 12px;
	width: 70px;
}
.feedback_area {
	background-color: #f5f5fc;
	border: #3366cc 1px solid;
	color: #000000;
	font-family: verdana,tahoma,arial;
	font-size: 10px;
	width: 120px;
}
.field
{
	background-color: #f5f5fc;
	border: #3366cc 1px solid;
	color: #000000;
	font-family: verdana,tahoma,arial;
	font-size: 12px;
	width: 200px;
}

