html,body {
	font-family: Verdana, Arial, mono;
	font-size: small;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-color: #06556B;
}

H1 {
	font-family: Arial, mono;
	font-size: medium;
	margin-top: 2px;
	margin-bottom: 2px;
}

H2 {
	font-family: Arial, mono;
	font-size: small;
	margin-bottom: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
}

.mainTable {
	background-color: #FFFFFF;
	width: 400px;
	vertical-align: top;
}

.uthevet {
	font-family: Arial, mono;
	font-size: medium;
	font-weight: bold;
	color: #06556B;
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}

table.menu {
	background-color: #047594;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-width: thin;
	border-color: #06556B;
	font-variant: small-caps;
	font-family: Verdana, Arial, mono;
	color: #FFFFFF;
}

.leftBar {
	background-image: url(images/shadowLeft2.gif);
	background-repeat: repeat-y;
	width: 10px;
	vertical-align: top;
}

.rightBar {
	background-image: url(images/shadowRight2.gif);
	background-repeat: repeat-y;
	width: 10px;
	vertical-align: top;
}

a {
	text-decoration: none;
	font-style: italic;
	color: #047594;
}

a:hover {
	text-decoration: underline;
}

a.menu {
	text-decoration: none;
	font-style: normal;
	line-height: 18px;
	color: #FFFFFF;
	display: block;
	text-align: center;	
}

a.menu:hover {
	text-decoration: none;
	background-color: #06556B;
}


li {
	list-style-type: disc;
	list-style-position: outside;
}