body {
	font-family: Verdana;
	font-size: 12px;
    scrollbar-face-color: #efefef; 
    scrollbar-highlight-color: #ffffff; 
    scrollbar-shadow-color: #d1d1d1; 
    scrollbar3dlight-color: #ffffff; 
    scrollbar-arrow-color: #333333; 
    scrollbar-darkshadow-color: #d1d1d1; 
    scrollbar-basecolor-color: #8a4b2f;
    color: #320D7B;
	margin: 0px;
	background-color: #c5b6db;
}

td {
	font-family: Verdana;
	font-size: 12px;
    color: #320D7B;
}

.blueBG {
	background-color: #382b76;
}

.padding5px {
	padding: 5px;
}

.padding10px {
	padding: 20px;
}

a:link {
	color: #320D7B;
}

a:active {
	color: #320D7B;
}

a:visited {
	color: #320D7B;
}

a:hover {
	color: #5e5e5e;
}

a:link.home {
	color: #FFFFFF;
	line-height: 19px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

a:active.home {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 19px;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

a:visited.home {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 19px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:hover.home {
	color: #FFFF99;
	text-decoration: none;
	line-height: 19px;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

a:link.head {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a:active.head {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a:visited.head {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover.head {
	color: #FFFF99;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.sideBG {
	background-image: url(images/sideBG.jpg);
	background-repeat: repeat-y;
}

.mainBG {
	background-image: url(images/mainBG.jpg);
	background-repeat: repeat-y;
}

.headerBG {
	background-image: url(images/headerRight.gif);
	background-repeat: no-repeat;
}

.header {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

.buttons {
	background-color: #E9E0FC;
	border: 1px solid;
	color: #3D109A;
    font-family: arial;
	font-weight: bold;
    font-size: 9px
}

.textbox {
	background-color: #E9E0FC;
	border: 1px solid;
	color: #3D109A;
    font-family: arial;
    font-size: 10px;
	width: 150px;
}