
body, td {
	font-family: Arial, Helvetica, Sans serif;
	font-size: 12px;
	text-align: justify;
}

.menubox td {
	font-weight: bold;
	font-size: 12px;

}

.menubox td a {
	text-decoration: none;
	color: black;
}

.menubox td a:hover {
	color: #400000;
	text-decoration: underline;
}


.bigtitle {
	font-family: Times New Roman, Serif;
	color: #486A92;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
        padding: 0;
        margin: 0;
}

.title {
	font-family: Times New Roman, Serif;
	color: #486A92;
	font-size: 20px;
	font-weight: bold;
}

.subtitle {
	font-family: Arial, Helvetica, Sans serif;
	color: #D57509; /* #748599; /* #A0A0A0;*/
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #007000;
        text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #60A060;
        text-decoration: underline;
}

.code {
	font-family: Courier New, Monotype;
	font-size: 12px;
	
}
