@charset "utf-8";

object {
float: left;
outline: none;
}

iframe {
  background-color: #F2E8BB;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}

.smtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
}

body
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

	background-color: #F2E8BB;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;

} 

.lineback {
	background-image: url(../images/line.gif);
} 

.logoback {
	background-image: url(../images/logo.gif);
} 

.tlcornerback {
	background-image: url(../images/tl_corner_bg.gif);
} 

.trcornerback {
	background-image: url(../images/tr_corner_bg.gif);
} 

.cornernoflash {
	background-image: url(../images/tr_noflash.gif);
} 

.btmback {
	background-image: url(../images/btm_bg.gif);
} 


/* Shadows components for shadow around site background */

.shadowtop {
	background-image: url(../images/shadow_top.gif);
} 

.shadowbtm {
	background-image: url(../images/shadow_btm.gif);
} 

.shadowleft {
	background-image: url(../images/shadow_left.gif);
} 

.shadowright {
	background-image: url(../images/shadow_right.gif);
} 

.shadowlogotop {
	background-image: url(../images/shadow_logo_top.gif);
} 

.shadowlogoleft {
	background-image: url(../images/shadow_logo_left.gif);
} 

.shadowlogoright {
	background-image: url(../images/shadow_logo_right.gif);
} 

/* ---------------------------------------------------- */


.schoolsback {
	background-image: url(../images/schoolsbg.gif);
} 

a {
outline: none;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

a:visited:hover {
	color: #FFF;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}