/*__________DIVS      _____________________*/

#contentDiv{position:relative;top:0px;}
#popDiv{position:relative;top:-22px;}

/*__________BASICS    _____________________*/

body {
	background-color: #ffffff;
	margin-top: 30px;
}
body,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tableBG	{	background-color: white; }

.mainTable	{	width:	920px;}

a { color:#4D2B83; 
	text-decoration:none; 	
	font-weight: bold;
 }

a:hover {	text-decoration:underline;
		/*	color:	white;	
			background-color: #3D00B8; 
		*/	}

/*__________LOGO      _____________________*/

.logoTD {
	text-align:		right;
	padding-right:	167px;
	padding-bottom:	20px;
	padding-top:	15px;
}

/*__________MENU      _____________________*/

.menuTD {
	text-align:		left;
	font-family:	Arial, Helvetica, sans-serif;
	padding-bottom:	2px;
	padding-top:	0px;
	padding-left:	0px;
}
.menuTD a {
 /*   color:#470854;
	text-decoration:none;
*/	font-weight:bold;
	line-height:15px;
	margin-left:0px;
	margin-right:3px;

}

.leftTD {width:707px;   border:0px solid black;}

.rightTD {vertical-align:top;border:0px solid black;width:214px;   }

#current{
		color:				#000000; 
/*		background-color:	#fafafaf; 
		padding-left:		14px;
		padding-right:		3px;
		background-image: url(grafik/current.gif);	background-repeat: no-repeat;
*/	}

/*__________TITLE     _____________________*/

.titleTD {
	padding-top:	0px;
	padding-left:	30px;
	padding-bottom:	18px;
}
.title {
	font-weight: bold;
}

/*__________CONTENT   _____________________*/

.content {
	padding-top: 0px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom: 30px;
}
.contentRight {
	width: 210px;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 30px;
	text-align:left;
	color:#696969;
}

/*__________IMG RELATED   _____________________*/

.caption {
	color:#696969;
	font-weight:normal;
	font-size:9px;
	text-align:right;
}
.closeImg {
	text-decoration:none;
	font-size: 10px;
    color:#470854;
}

/*__________GREY FRAMES   _____________________

.bgHigh {	background-image: url(grafik/bgHigh.gif);	background-repeat: repeat-x;	}
.bgRight {	background-image: url(grafik/bgRight.gif);	background-repeat: repeat-y;	}
.bgLow {	background-image: url(grafik/bgLow.gif);	background-repeat: repeat-x;	}
.bgLeft {	background-image: url(grafik/bgLeft.gif);	background-repeat: repeat-y;	}
*/


input	{	color: #4D2B83;	
			font-weight: normal;
			border: 1px solid #4D2B83;
			background-color: white; 
			padding: 0px;
			padding-left: 3px;
			padding-right: 3px;
		} 

input[type=submit]	{	
			color: black;	
			font-weight: bold;
			font-size: 9px;
/*			color: white;	
			background-color: #4D2B83; 
			font-weight: normal;
*/			border: 1px solid #4D2B83;
			padding: 0px;
			margin: 0px;
			padding-left: 3px;
			padding-right: 3px;
			margin-right: 5px;
		} 
.backLink {margin-top: -10px;}

.m2a {
    color:black;
	text-decoration:none;
}