body {
	font-family: "Lucidia San", Verdana, Arial, Helvetica, sans-serif;
	font-size: 72%;
	background-color: #ffffff;
	margin: 0px;
	color: #444444;
	line-height: 12pt;
}

h1 {
	color: #A66D38;
	font-size: 240%;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 4px 0px 8px 0px;
}
h2 {
	color: #A66D38;
	font-size: 160%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
h3 {
	color: #A66D38;
	font-size: 120%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
}
h4 {
	color: #A66D38;
	font-size: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
}

th {
	text-align: left;
	background-color: #FEEFD0;
}

.label {
	color: #444444;
	font-weight: bold;
}
.smalllabel {
	font-size: 90%;
	color: #444444;
	font-weight: bold;
}

.row0 {
	background-color: #FFF7E8;
}

.navbar {
	background: url("/images/background_menu1.jpg") no-repeat;
}
.submenu {
	background: url("/images/graduation_bg.jpg") repeat-y;
	margin-top: 8px;
}

.form-error {
	color: red;
}
.error {
	color: red;
}

a:link {color: #A66D38; text-decoration: underline; font-weight: normal;}
a:visited {color:#A66D38; text-decoration: underline; font-weight: normal;}
a:hover {color: #A66D38; text-decoration: none; font-weight: normal;}

a.menu {
	text-decoration: none;
	font-weight: bold;
}
a.menu:visited {
	text-decoration: none;
	font-weight: bold;
}
a.menu:visited {
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
	text-decoration: underline;
	font-weight: bold;
}

.small {
	color: #333333;
	font-size: 80%;
	margin-right: 10px;
	margin-left: 4px;
}
.tiny {
	color: #999999;
	font-size: 70%;
}
.highlight {
	color: #A66D38;
}

.footer {
	color: #A66D38;
	background: url("/images/graduation_bg.jpg") repeat-y;
	margin: 16px 0px 8px 0px;
}

input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	BACKGROUND-COLOR: #FFF7EA;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-color: #444444;
	border-top-color: #444444;
	border-right-color: #444444;
	border-bottom-color: #444444;
	border-style:solid;
	margin-left: 3px ;
	margin-right: 3px ;
}

input.button:hover {
	background: #FEEECC;
}
