@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#21368C;
}

a img {border:none;}

#global {
	position:absolute;
	width: 800px;
	margin-left: -400px;
	left: 50%; 
	background-color: #21368C;
}

#header {
	width:749px;
	height:132px;
    text-align:center;
	margin-top:20px;
	margin-left:25px;
}
#menu {   
	height:37px;
	margin-top:10px;
	margin-left:25px;
}

#mainContent {
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-color:#009DDC;
	width:750px;
	margin-left:25px;
	margin-bottom:25px;
}

.contentText {
	font-size:11px;
}

.tableBG_y {
    background-repeat:repeat-y;
}

.tableBG_x {
    background-repeat:repeat-x;
}

h2 {
    font-size:16px;
	color:#009DDC;
}

h3 {
    font-size:13px;
}