#MenuBar td {
	text-align: center;
	text-decoration: none;
	font-size:14pt;
	font-weight: bold;
	font-family:arial, sans-serif;
	color: #ffffff; /*hyperlink font color of tabs for normal state */
}

#MenuBar a {
	text-align: center;
	text-decoration: none;
	font-size:14pt;
	font-weight: bold;
	font-family:arial, sans-serif;
	color: #bbff66; /*hyperlink font color of tabs for normal state */
}

#MenuBar a:hover {
	text-align: center;
	text-decoration: none;
	font-size:14pt;
	font-weight: bold;
	font-family:arial, sans-serif;
	color: #cccccc; /*hyperlink font color of tabs for hover state */
}

#MenuBar a:active {
	text-align: center;
	text-decoration: none;
	font-size:14pt;
	font-weight: bold;
	font-family:arial, sans-serif;
	color: #880000; /*hyperlink font color of tabs for hover state */
}

.weblinks a {
	color: #ffffff;
	font-family: arial, sans-serif;
	text-decoration: underline; font-size: 14pt
}

.weblinks a:hover {
	color: #bbff66;
	font-family: arial, sans-serif;
	text-decoration: underline;
	font-size: 14pt;
}

body {
	font-size: 14pt;
	font-family: Arial, sans-serif;
	color: #000000;
	margin: 0;
    padding: 0;
}

p {
	font-size: 14pt;
	font-family: Arial, sans-serif;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 25px;
	margin-right: 25px;
}

li {
	font-size: 14pt;
	font-family: Arial, sans-serif;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
	margin-right: 0px;
}

.GraphicDesign li {
	font-size: 14pt;
	font-family: Arial, sans-serif;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	margin-right: 0px;
}

a {
	color: #000080;
	text-decoration: none;
}

a:hover {
	color: #800000;
	text-decoration: underline;
}

h1 {    font-weight: bold;
        color: #800000;
	font-size: 30pt;
	font-family: Arial, sans-serif;
    text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

h2 {    font-weight: bold;
        color: #000000;
	font-size: 24pt;
	font-family: Arial, sans-serif;
    text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}