@charset "utf-8";
/* CSS Document */
a{
	cursor:pointer;
}
/**************************************/
body{
	color: #333;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
/**************************************/
#footer{
	color: #666;
}
/**************************************/
h2,h3,h4,h5,h6{
	color: #551A8B;
}
/**************************************/
h1{
	color: #551A8B;
}
.header{
	color: #551A8B;
	font-size:2em;
}
/**************************************/
.moduletable_menu {
	color:#333;
}
/**************************************/
.moduletable_menu h3 {
	color:#551A8B;
}
/**************************************/
.moduletable_menu li a {
	color:#596c85;
	text-decoration:none;
}
/**************************************/
.moduletable_menu li a:hover,a#active_menu:link,a#active_menu:visited {
	color:#000;
}
/**************************************/
.moduletable_menu li li a{
	color:#333;
}
/**************************************/
.moduletable_menu li li a:hover,a#active_menu:link,a#active_menu:visited {
	color:#000;
}
/**************************************/
.componentheading{
	color: #551A8B;
}
/**************************************/
.contentheading{
	color: #551A8B;
}
/**************************************/
.inputbox_s{
	color: #333;
}
/**************************************/
a {
	color: #596c85;
	text-decoration: none;
}
/**************************************/
a:hover {
	color: #551A8B;
	text-decoration:underline;
}

.box{
	color:#333;
}
.box_top{
	width: 100%; 
	margin: 0px auto;
	background: url("/images/blue_box/left.gif") repeat-y scroll left top rgb(204, 232, 255);
}
.box_top_left{
	width: 100%; 
	height: 20px; 
	background: url("/images/blue_box/topleft.gif") no-repeat scroll left top transparent;
}
.box_top_right{
	display: block; 
	position: relative; 
	height: 20px;
	background: url("/images/blue_box/topright.gif") no-repeat scroll right top transparent;
}
.box_right{
	position: relative; 
	background: url("/images/blue_box/right.gif") repeat-y scroll right top transparent; 
	padding: 1px 10px;
	margin: -1px 0pt 0pt;
}
.box_bottom_left{
	width: 100%; 
	height: 20px; 
	background: url("/images/blue_box/bottomleft.gif") no-repeat scroll left bottom transparent;
}
.box_bottom_right{
	display: block; 
	position: relative; 
	height: 20px; 
	background: url("/images/blue_box/bottomright.gif") no-repeat scroll right top transparent;
}