html body {
	font-family : verdana, arial, sans-serif;
	font-size : 11px;
	color : #303030;
	}
body {
	margin : 0px;
	background-color : #e0e0e0;
	font-size : 11px;
	}
div {
	font-size : 11px;
	}
p {
	margin : 0px;
	padding : 0px;
	padding-top : 6px;
	font-size : 11px;
	}
ul {
	font-size : 11px;
	}
a img{
	border-style : none;
	border-width : 0px;
}
td {
	border-width : 0px;
	border-style : none;
	}
input {
	font-size : 10px;
	}
select {
	font-size : 10px;
	}
textarea {
	font-family : verdana, arial, sans-serif;
	font-size : 10px;
	}
pre {
	font-family : verdana, arial, sans-serif;
	font-size : 10px;
	}
.menu {
	background-color : #d4dbef;
	width : 139px;
	border-right-style : solid;
	border-left-style : solid;
	border-color : #0060af;
	border-width : 1px;
}
.menu_item {
	height : 30px;
	vertical-align : middle;
	border-width : 1px;
	border-bottom-style : solid;
	border-color : #0060af;
	border-bottom-width : 1px;
}
.menu_item_last {
	height : 30px;
	vertical-align : middle;
	border-width : 1px;
	border-bottom-style : solid;
	border-color : #0060af;
}
.content {
	background-color : white;
	border-width :  0px 1px 0px 0px;
	border-style : solid;
	border-color : #0060af;
	}
.tableHead {
	font-weight : bold;
	}
.text {
	margin : 5px;
	border-width : 0px;
	width : 100%;
	}
.error {
	color : red;
	}
.required {
	background-color : #ffe0d0;
	}
.form {
	border-collapse : collapse;
	}
.form td {
	border-style : solid;
	border-width : 1px;
	border-color : #0060af;
	background-color : #e0e0e0;
	}
table td {
	vertical-align : top;
	}
.more td {
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-color : #0060af;
	border-bottom-style : solid;
	border-right-style : solid;
	}
.advisor tr {
	text-align : left;
	vertical-align : top;
	}
.heading {
	font-size : 16px;
	font-weight : bold;
	}
.subheading {
	font-size : 14px;
	font-weight : bold;
	padding-top : 6px;
	}
.bio {
    font-size : 12px;
}

.caption {
	text-align : center;
    font-family: Arial, Verdana, Helvetica, Luxi Sans;
    font-size : 12px;
    font-weight : bold;
}
.banner {
	text-align : left;
	width : 800px;
	border-bottom-style : solid;
	border-color : #0060af;
	border-width : 1px;
	background-color : white;
	}
.banner img {
	border-style : solid;
	border-color : #0060af;
	border-width : 0px 1px 1px 1px;
	}
.footer {
	text-align : left;
	width: 800px;
	border-top-style : solid;
	border-color : #0060af;
	border-width : 1px;
	background-color : #0060af;
}
.right {
	text-align : right;
	}
.left {
	text-align : left;
	}
.center {
	text-align : center;
	}
	