body {
	background: #CCCCCC;
	color: #303060;
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

.lilpic {
	border: 1px solid #CCCCCC;
} 

a.otherLink:link,a.otherLink:visited,a.otherLink:active {
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}

a.otherLink:hover {
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: #303060;
	background: #FFFFFF;
}

a.mainLink:link,a.mainLink:visited,a.mainLink:active {
	color: #0066CC;
	text-decoration: none;
}
a.mainLink:hover {
	color: #CC3300;
}

td {
	background: #CCCCCC;
	color: black;
	font-family: Verdana, Sans-serif;
	font-size: 11px;
}

input {
	border: 1px solid #303060;
	font-family: Verdana, Sans-serif;
	font-size: 10px;
	color: black;
	background: #CCCCCC;
}

input:hover {
	border: 1px solid white;
}

textarea {
	border: 1px solid #303060;
	font-size: 11px;
	color: black;
	background: #CCCCCC;
}

textarea:hover {
	border: 1px solid white;
}

select {
	border: 1px solid #303060;
	font-size: 11px;
	color: black;
	background: #CCCCCC;
}

select:hover {
	border: 1px solid white;
}

small {
	font-size:10px;
}

.maintbl {
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
}

.menutbl {
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	border:1px solid #303060;
}

.menuhead {
	/* border-bottom: 1px solid #CCCCCC; */
	background: #303060;
	color: #FFFFFF;
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}

.menumain {
	font-family: Verdana, Sans-serif;
	font-size: 11px;
}

.head {
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	color: #303060;
}