
.aText {
	padding-right:20px;
	width:120px;
	text-align:right;
	height:30px;
	vertical-align:middle;
	display:table-cell;
	line-height:10px;
}

.menuList li a:visited{
	height:30px;
	width:154px;
	background-image: url('../images/btn_off.jpg');
/*	background-repeat: no-repeat; */
	display: block;
	text-align: right;
	color:#ffffff;
	text-decoration:none;
	font-family:"Arial";
	font-size:12px;
	font-weight:normal;
}

.menuList li a:hover{
	height:30px;
	width:154px;
	background-image: url('../images/btn_on.jpg');
/*	background-repeat: no-repeat; */
	display: block;
	text-align: right;
	color:#26176C;
	text-decoration:none;
	font-family:"Arial";
	font-size:12px;
	font-weight:normal;
}

.menuList li a{
	height:30px;
	width:154px;
	background-image: url('../images/btn_off.jpg');
/*	background-repeat: no-repeat; */
	display: block;
	text-align: right;
	color:#ffffff;
	text-decoration:none;
	font-family:"Arial";
	font-size:12px;
	font-weight:normal;
}

a.current_page {
	height:30px;
	width:154px;
	background-image: url('../images/btn_on.jpg') !important;
/*	background-repeat: no-repeat; */
	display: block;
	text-align: right;
	color:#26176C !important;
	text-decoration:none;
	font-family:"Arial";
	font-size:12px;
	font-weight:normal;
}

.menuList li  {
	
	color:#ffffff;

}

.menuList {
	list-style-type: none;
	width:150px;
}

hr {
	border-style:solid;
	border-width:1px;
	border-color:#26176C;
}

#divMenu {
	width:154px;
	position:relative;
	top:140px;
	float:right;
	padding-right:30px;
}

#contentDiv a,#contentDiv a:hover,#contentDiv a:visited {
	color:#26176C;
	text-decoration:none;
	border-style: dotted;
	border-width:0px 0px 1px 0px;
}

h1 {
	font-size:20px;
	font-weight:bold;
	margin-top:40px;
	font-family:arial;
	height:50px;
	display:table-cell;
	vertical-align:bottom;
}

#contentDiv p {
	text-indent:20px;
	line-height:18px;
}

#contentDiv {
	width:750px;
	height:100%;
	background-color:#ffffff;
	padding:10px;
	text-align:justify;
	font-family:arial;
	font-size:14px;
	color:#000000;
}	
	.maintable {
		margin: 0px auto;
	}
	.bottom {
		height:30px;
		vertical-align:bottom;
		color:#ffffff;
		text-align:right;
		font-size:12px;
		font-family:"Arial";
		padding-right:30px;
		}
		
	.bottom a {
		color:#ffffff;
		text-decoration:none;
	}

/* CSS
Author: Cristian Tantar


*/

/* Global Defaults
=====================================================================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{margin:0;padding:0;}

fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
div { text-align: left; vertical-align: top; }
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
strong { font-weight: bold; }
cite { display: block; font-size: 0.9em; font-style: italic; text-align: right; }

/* Site
=====================================================================*/

html{
	height:100%;
	margin: 0px;
	padding: 0px;
}


body{
	margin:0px;background-image:url(../images/6.gif);cursor:default;
}

a,a:visited{
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

a:hover{
	text-decoration:underline;
}


#main {margin:0px auto;}



#content {
	display:table-cell;
	vertical-align: top;
	padding:0px;
	font-size:14px;
	line-height: 1.4em;
	text-align:justify;
}

#content p {
	text-indent:15px;
	padding-right:10px;
}



/* Image preview */

pre{
	display:block;
	font:100% "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	overflow:auto;
	width:800px;
}
img{border:none;}



