body {
	font-family: verdana;
	font-size: 12px;
	margin-left: 0px;
}
td {
	font-family: verdana;
	font-size: 12px;	
}

td.PageContent {
	font-family: verdana;
	font-size: 12px;
	text-align: justify;
}

b.SchoolName
{
	color: #000080;
	font-size: 25px;
}

b.PageTitle
{
	color: #000080;
	font-size: 14px;
}

a:link {
	color: blue;
}

a:visited {
	color: blue;
}

a:hover {
	color: red; text-decoration: none;
}

input.EmailField, textarea {
	border-style: solid;
	border-color: #FF9900;
	border-width: 1px;
}

div.KiaNews
{
	font-size: 11px; 
	width: 590; 
	height: 20;
	padding: 2px;
	font-weight: bold;
	color: #004080;
	border-style: solid;
	border-color: #FF9900;
	border-width: 1px;
	cursor: pointer;
	cursor: hand;	
}

p.intro:first-letter {
	font-size: 250%;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 3px;
	font-family: "Trebuchet MS", Verdana, Times New Roman;
	font-style: bold;
}

/*=========================================================*/
/*       Main Menu Style	*/
/*=========================================================*/
td.Menu {
	height: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #FF9900;
	color: black;
	font-size: 12px;
	font-family: verdana;
	padding: 3px;
	padding-bottom: 5px;
	cursor: pointer;
	cursor: hand;	
	text-align:center;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#FFCC33);
}

a:link.MnuItmHref {
	color: black; 
	text-decoration: none;
	display: block;	
	width:100%;
}

a:visited.MnuItmHref {
	color: black; 
	text-decoration: none;	
	display: block;	
	width:100%;
}

a:hover.MnuItmHref {
	color: black; 
	text-decoration: none;
	display: block;	
	width:100%;
}
ol.sqr {
	list-style-image: url(../images/list_sqr.jpg);
}


/*=====================================================*/
/* Footer Table Style */
/*=====================================================*/
table.FooterTable {
	width: 100%;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FF9900;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FF9900;
	background-color: #FFFFCC;
	background-image: url(../images/logo_flip.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

td.Footer
{
	font-size: 10px;
}