body {
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, sans serif;
	font-size: 11px;
	line-height: 15px;
}

td {
	font-family: verdana, sans serif;
	font-size: 11px;
	line-height: 15px;
}
a {
	color:#6699CC;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	text-decoration:none;
	}
a:link {color:#6699CCc;}
a:visited {color:#6699CCa;}
a:hover {background-color:#eee;}

.title {
	font-size: 18px;
	color: #6699CC;
	padding: 0px 0px 8px 0px; /* top right bottom left */
	line-height: 20px;
}

.imageLeft {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

.imageRight {
	float: right;
	padding-left: 5px;
	padding-bottom: 10px;
}

.menu {
	font-size: 10px;
	color: #666666;
	padding: 4px 0px 4px 0px; /* top right bottom left */
	cursor: pointer;
}

.menuSelected {
	font-size: 10px;
	color: #6699CC;
	padding: 4px 0px 4px 0px; /* top right bottom left */
	cursor: pointer;
}

.dotsMenu {
	height: 1px;
}

.menuSub {
	font-size: 10px;
	color: #666666;
	padding: 4px 0px 4px 0px; /* top right bottom left */
}

#footer {
clear: both;
width: 800px;
}
.footer {
	margin: 10px 0px 0px 20px; /* top right bottom left */
	border-top: 1px #CCCCCC solid;	
}

h2 {
font-size: 12px;
margin-bottom: 0px;
}

input {
	width: 100%;
}
input.submit, input.radio, input.checkbox{
	width: auto;
}




