﻿/* This is the Text Format Area */
.Body {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.BodyWhite {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

/* This is the Navigation Area */

.LinkTopNav a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.LinkTopNav a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.LinkBottomNav a {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.LinkBottomNav a:hover {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

/* This is the Backbround Area */

.BackgroundBlack {
	background-color: #000000;
}
.BackgroundWhite {
	border: 0 solid #FFFFFF;
	background-color: #FFFFFF;
}
.BackgroundTan {
	background-color: #F8F2DA;
}
.BackgroundTopDisplay {
	background-image: url('images/SCCMainDisplayLeft2.jpg');
}
.BackgroundTopLinks {
	border-width: 0;
	background-image: url('images/SCCLinkGradation.jpg');
}

/* This is the Format Area */

.AlignRight {
	text-align: right;
}
.AlignLeft {
	text-align: left;
}
.AlignCenter {
	text-align: center;
}
.Border0 {
	border-width: 0px;
}
