@charset "utf-8";


h5 {
	background-color: #3333FF;
}
#sidebar1          p,h1,h2,h3, a,#mainContent img     {
	color: #3333FF;
}
h4 {
	border-bottom-color: #3333FF;
	border-top-color: #3333FF;
	border-right-color: #3333FF;
	border-left-color: #3333FF;
}

#sidebar1 a {
	display: block;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-transform: uppercase;
	font-size: 10px;
}

#sidebar1 a:link {
	background-color:#330099
}
#sidebar1 a:visited {
	background-color:#330099
}
#sidebar1 a:hover {
	background-color:#3300FF
}
a:link  {
	background-color:#000000
}
a:visited  {
	background-color:#000000
}
a:hover  {
	background-color:#330099;
	color: #FFFFFF;
}
#mainContent img {
	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;
}

