/*Seabreeze Studios Style Sheet*/
/*Created 02/05/2002*/
/*Author Jeff Butler (025 6040353)*/
/*Add update notes here:*/

body {
	font-family : Verdana, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background-color: #EEEEEE;
}

td {
	font-family : Verdana, Geneva, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 12px;
}

a {
	color : #336699;
	text-decoration : none;
}

a:hover {
	color : #FFFF00;
	text-decoration : underline;
}

.heading {
	font-weight : bold;
	font-size : 16px;
	color : #FFFFFF;
}

.headingBlue {
	font-weight : bold;
	font-size : 16px;
	color : #336699;
}

.textBlue {
	color : #336699;
	font-size : 11px;
}

.textSmall {
	font-size : 10px;
}

.button {
	font-size : 10px;
	color :#FFFFFF;
	background-color :#0066CC;
}

.dropDown {
	font-size : 11px;
	width : 140px;
}