body {
	margin: 0px;
	background-image: url(../images/page_bg.gif);
	font-family: verdana;
	font-size: +12;
}

td {
	font-family: verdana;
	font-size: +12;
}

a { color: #9D2DC7;}

a:hover { color: #E028A5;}

a.topmenu {
	padding: 4px;
	padding-top: 20px;
	background-image: url(../images/topmnu.jpg);
	background-repeat: repeat-x;
	background-position: top;
	/*color: #D69FE0;*/
	color: #BC6ECF;
	text-decoration: none;
	font-weight: bold;
	height: 30px;
	width: 100%;
	font-size: +11;
}

a.topmenu:hover {
	padding: 4px;
	padding-top: 20px;
	background-image: url(../images/topmnu_ov.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #EEEEEE;
	text-decoration: none;
	font-weight: bold;
	height: 30px;
	width: 100%;
	font-size: +11;
}

a.linktop {
	color: #BC6ECF;
	text-decoration: none;
	font-size: +11;
}

a.linktop:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-size: +11;
}

.header {
	background-color: #3A3B3F;
	color: #999999;
	/*border-bottom:  solid 4px #B74EB7;*/
	border-bottom:  solid 4px #9D37A7;
}

.bg_grey {
	/*background-color: #3A3B3F;*/
	background-color: #1C1E1E;
	color: #999999;
}

.bg_white {
	background-color: #FFFFFF;	
}

.bg_black {
	background-color: #1C1E1E;	
}

.brd_left_right {
	border-left: solid 1px #787878;
	border-right: solid 1px #787878;
	padding: 4px;
	background-color: #F2F2F2;
}

.sub_hd {
	color: #601360;
}

.sub_hd_white {
	color: #FFFFFF;
}

a.sub_hd_white {
	color: #FFFFFF;
	text-decoration: none;
}

a.sub_hd_white:hover {
	color: #780084;
	text-decoration: none;
}

a.sub_hd_orange {
	color: #CF3300;
	text-decoration: none;
}

a.sub_hd_orange:hover {
	color: #000000;
	text-decoration: none;
}

a.orang { color: #CF3300;}

a.orang:hover { color: #000000;}

h3 {
	color: #A534A5;
	font-size: +14;
}

.bg_lightgrey {
	background-color: #F2F2F2;
}

.bg_lightviolet {
	background-color: #9D37A7;
	color: #FFFFFF;
}

.bg_violet {
	background-color: #780084;
}

.bg_orange {
	background-color: #FF8A00;
}

.bg_green {
	background-color: #00B561;
}

select {
	font-size: +11;
}

.text_bg {
	background-image: url(../images/side_text_bg.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
}

.text_bg_orange {
	background-image: url(../images/side_text_bg_orange.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
}

.text_bg_green {
	background-image: url(../images/side_text_bg_green.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
}

.text_orange {
    color: #CF3300;
    font-weight:bold;
    text-align:center;
}

.text_purple {
    color: #A534A5;
    font-weight:bold;
    text-align:center;
}

a.nouline {
	color: #000000;
	text-decoration: none;
}

a.nouline:hover {
	color: #E028A5;
	text-decoration: none;
}

.page_pad {
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	line-height: 1.5;
}

/******* FOR DROP DOWN MENU ****/

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
/*font:normal 12px Verdana;*/
line-height:18px;
z-index:1000;
}

#dropmenudiv a{
color: #FFFFFF;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
	font-size: +11;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #F4C5FF;
color: #8F539D;
	font-size: +11;
}

/******* END OF DROP DOWN MENU CSS ****/