body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 140%;
	color: #333333;
	background-color: #666666;
}

/*########### HEADINGS #############*/

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #996633;
	width: 550px;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #999966;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 20px;
}
h2 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #996600;
	width: 80%;
	padding-top: 5px;
	padding-left: 10px;
}
h3 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

/*################### DIVS ################*/

#mastText {
	position: absolute;
	top: 20px;
	right: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ebebeb;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #ebebeb;
}


#frame {
	border: thin solid #990000;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	clear: right;
}

#frame p {
	padding-right: 10px;
	padding-left: 10px;
}
#frame a {
	color: #0000FF;
	text-decoration: none;
}
#frame a:hover {
	color: #333333;
	text-decoration: underline;
}

#frame h1 {
	font-size: 14px;
	font-weight: bold;
	color: #996633;
	width: 550px;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #999966;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#footer {
	color: #666666;
	text-align: center;
	font-size: 80%;
	font-style: italic;
	background-color: #ebebeb;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: dashed;
	border-top-color: #990000;
	padding-bottom: 10px;
	padding-top: 10px;
}
#footer a {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: underline;
}


#tableSmall {
	font-size: 10px;
	border: 1px solid #999999;
}
#tableSmall input {
	font-size: 10px;
	color: #000066;
}
#tableSmall textarea {
	font-size: 11px;
	color: #000066;
}
#tableSmall select {
	font-size: 11px;
	color: #000066;
}

#announcements {
	top: 0px;
	right: 0px;
	float: right;
	width: 200px;
	border-left-style: none;
	background-color: #ebebeb;
	font-size: 0.9em;
	clear: right;
	margin: 0px;
	padding-right: 5px;
}
#announcements h6 {
	font-size: 1.1em;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #996633;
	margin-top: 10px;
	margin-left: 10px;
	border: .1em solid #999999;
}
#announcements p {
	padding-left: 0px;
}
#announcements li {
	margin-left: -20px;
	list-style-image: url(../images/buttons/arroworange.gif);
	list-style-position: outside;
	margin-bottom: 10px;
}
#bulletOrange {
	list-style-position: outside;
	list-style-image: url(../images/buttons/arroworange.gif);
}

/*################### CLASSES ##################*/

.bulletOrange {
	list-style-position: outside;
	list-style-image: url(../images/buttons/arroworange.gif);
}
.tableLine {
	border: 1px solid #999999;
}
.table {
	font-size: 10px;
}
.textSmall {
	font-size: .8em;
}
.tableFooter {
	font-size: 10px;
	font-style: italic;
	text-align: right;
}

/*######################## NAV TABLE ##########################*/
#tableNav {
	font-size: 11px;
}
#tableNav td {
	height: 30px;
	width: 125px;
	border: none;
	padding: 0px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(file:///E|/Web Sites/SANSEA/sansea.co.za/images/navButton.jpg);
}
.linkNav {
	color: #FFFFFF;
	text-decoration: none;
}
.linkNav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/*######################## END NAV TABLE ##########################*/
.right {
	text-align: right;
	font-size: .8em;
	font-style: italic;
}
