@charset "utf-8";
/* CSS Document */

body{
	background-image:url(cssimages/BG.jpg);
	font-family: 'Verdana', Arial, Helvetica, sans-serif;
	font-family:"Trebuchet MS";
	font-size:13px;
}

a, a:visited {
color:#0000FF;
}

.fontColor{
 color:#FFFFFF;
}
body,img,table,tr,td{
	border:0;
	margin:0;
	padding:0;
}
#mainContainer{
	width:921px;
	margin-left: auto;
	margin-right: auto; 
	margin-top:10px;
}
#logo{
	border:none;
	width:100px;
	font-size:9px;
	color:#000000;
	margin-left:0;
	text-align:center;
	padding-bottom:15px;
}
a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  color:            #000000;
  } 
a:visited {
  /* Applies to all visited links */
  	text-decoration:  none;
 	color:            #000000;
  } 
a:hover   {
  /* Applies to links under the pointer */
 	 text-decoration:  none;
  	color:            #000000;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  color: #000000;
  } 

#mainTxt{
	font-weight:normal;
	font-size:13px;
}
#title{
	font-size:17px;
	font-weight:bold;
	margin:0 auto;
}
#subTitle{
	font-size:15px;
	font-weight:bold;
	margin:0 auto;
}
#section{
	margin-left:10px;
	font-weight:normal;
	font-size:13px;
}
#sectionTitle {
	margin-left:-10px;
	font-size:15px;
	font-weight:bold;
}
#subSection{
	margin-left:20px;
}
#subSectionTitle{
	margin-left:-10px;
	font-size:14px;
	font-weight:bold;
}