a {
	color:#333333;
	text-decoration:none;
	}
a:link{text-decoration:none;}
a:hover{text-decoration:underline;}
a:visited{}

h1{
	margin-top:10px;
	}
	
h2{
	background-color:#7EC0E8;
	padding:10px;
	font-size:small;
	color:#000000;
	font-weight:bold;
	margin:5px 0 10px 0;
	border:1px solid #46A4DD;
	}

h3{
	background-color:#dddddd;
	padding:5px;
	color:#000000;
	font-weight:bold;
	margin:10px 0 10px 0;
	border:1px solid #cccccc;
	}

td{
	vertical-align:top;
	}
/*----------------------*/	
.tl{
	text-align:left;
	}

.tc{
	text-align:center;
	}
		
.mrgt2{
	margin-top:2px;
	}
	
.mrgt5{
	margin-top:5px;
	}

.mrgb5{
	margin-bottom:5px;
	}
	
.mrgt10{
	margin-top:10px;
	}

.mrgtb10{
	margin:10px 0 10px 0;
	}
	
.mrgt20{
	margin-top:20px;
	}	

.mrgt50{
	margin-top:50px;
	}	

.mrgb10{
	margin-bottom:10px;
	}	
	
.mrgr5{
	margin-right:5px;
	}
/*----------------------*/	

.fl{
	float:left;
	}
	
.fr{
	float:right;
	}
	
.cb{
	clear:both;
	}
	
/*----------------------*/	

.fc_7{
	color:#777777;
	}

.red{
	color:#ff0000;
	}


.blue{
	color:#0A8EDF;
	}
.maroon{
	color:#832A2A	;
	}
	
.bold{
	font-weight:bold;
	}

.fs_s{
	font-size:smaller;
	}
		
.line1{
	border-bottom:1px dotted #aaaaaa;
	}


.line2{
	border-bottom:5px solid #ddd;
	}
	
.line3{
	border-bottom:2px dotted #444;
	}
