/* class for error notices and success notices */
.notice {
	border:1px solid red;
	font-size:1.5em;
}
.greyFourteen, .subTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}

	.subTitle {
		font-size: 24px;
	}

.greytwelve {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
}
.seminarMonth {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
.seminarYear {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}
.redFourteen {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF0000;
}
.elevenCourier {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF0000;
	background-color: #FFFFFF;
}
.greyHeadings {
	font-family: "Courier New", Courier, monospace;
	font-size: 50px;
	color: #666666;
}
.twelveCourier {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #666666;
}
.redtwelveCourier {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FF0000;
}
.redHeadings {
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	color: #FF0000;
}

a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #666666;
	background-color: #FFFFFF;
}
body {
	background-color: #666666;
	margin-top: 0px;
	margin-left: 0px;
}



.sortable {
	border: 1px solid black;
	padding: 2px;
	margin: 2px;
}
