* { padding: 0; margin: 0; }

body {
	background-color : #143C5E;
	color : #000;
	font-size : 10pt;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 13px;
}
#wrapper { 
	margin: 0 auto;
	width: 968px;
}
#main {
 background: #FFF;
 margin-top: 0px;
 margin-bottom: 0px;
 overflow: auto; 
 width: 100%
 z-index: 1;
}
#header {
 color: #000;
 width: 958px;
 padding: 5px;
 height: 96px;
 margin: 5px 0px 0px 0px;
 background: #3E6780;
 z-index: 2;
}
#topbreak {
 color: #FFF;
 padding: 0px;
 margin: 0px 0px 0px 0px;
 background: #3E6780;
}
#navbox {
 color: #FFF;
 padding:0;
 border:1px solid #000; 
 padding: 3px;
 background: #89abc0;
}
#leftcolumn { 
 display: inline;
 color: #FFF;
 margin:5px;
 padding:0;
 width: 195px;
 float: left;
}
#content { 
 float: left;
 background-color: #FFF;
 color: #000;
 margin: 2px 13px;
 padding:5px;
 width: 496px;
 display: inline;
 position: relative;
 min-height: 605px;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #FFF;
 margin: 5px 5px 2px 0px;
 text-align:right;
 padding:0;
 width: 195px;
 float: right;
}
#footer { 
 width: 958px;
 clear: both;
 color: #999;
 background: #3E6780;
 margin: 0px 0px 2px 0px;
 padding: 5px;
}


	.textcenter {
		text-align : center;
	}
	
	.ctable {
               margin-left:auto; 
               margin-right:auto;
	}

.clear { clear: both; background: none; }

	.hidden {
		font-size : 10pt;
	}

	.row1{
		margin-left : 0px;
		color : #000000;
		background-color : #CCCCFF;
		font-size : 10pt;
		padding:1px;
	}

	.row2{
		background-color : #CCCCCC;
		color : #000000;
		font-size : 10pt;
	
	}
	
	.prutd{
		padding:1px;
	}

	
	.dottedline{
		border-bottom-width:2px;
		border-bottom-style:dotted;
		border-bottom-color:#00CCFF;
		margin: 0px 6px 0px 6px;
	}
	.smallfont {
		font-size: 7pt;
	}

	.title {
		font-size: 12pt;
		font-weight : bold;
		text-decoration: underline;
		text-align: center;
	}
	
	/* for hint-textbox.js */
INPUT.hintTextbox { 
	color: #888; 
} 

INPUT.hintTextboxActive { 
	color: #000; 
} 
	
	  .bu {
               text-decoration:underline; 
               font-weight : bold;
       }
      	A{
		text-decoration : none;
		color : #143C5E;
	}

	A:HOVER {
		text-decoration : underline;
		color : #3B5260;
	}
	
ul
{
list-style-type:circle;
padding: 0px;
padding-left: 15px;
}
li
{
padding-left: 5px;
}

