/* CSS Document */

a:link {
	color: #000000;
}

a:visited {
    color: #000000;
}

a:hover {
	color: #000000;
}

a:active {
	color: #000000;
}

a.link2 {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;	
}

a.link2:visited {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a.link2:hover {
	font-family: Arial;
	font-size: 11px;
	color: #99CCFF;
	text-decoration: undeline;	
}

a.link2:active {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;	
}

a.link3 {
	font-family: Arial;
	font-size: 11px;
	color: #99CCFF;
	text-decoration: none;	
}

a.link3:visited {
	font-family: Arial;
	font-size: 11px;
	color: #99CCFF;
	text-decoration: none;
}

a.link3:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: undeline;	
}

a.link3:active {
	font-family: Arial;
	font-size: 11px;
	color: #99CCFF;
	text-decoration: none;	
}


a.link4 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;		
	color: #333333;
	text-decoration: underline;	
}

a.link4:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;		
	color: #333333;
	text-decoration: underline;
}

a.link4:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;		
	color: #003882;
	text-decoration: none;	
}

a.link4:active {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;		
	color: #333333;
	text-decoration: underline;	
}





.txts {
	font-family: Arial;
	font-size: 13px;
	color: #334455;
	line-height: 18px;
}

.txts2 {
	font-family: Times New Roman;
	font-size: 20px;	
	color: #003882;
}

.txts3 {
	font-family: Arial;
	font-size: 11px;	
	color: #FFFFFF;
	font-weight: bold;	
}

.txts4 {
	font-family: Arial;
	font-size: 11px;	
	color: #FFFFFF;
}

.txts5 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;		
	color: #000000;
}

.txts6 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;				
	color: #000000;
}

.txts7 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;				
	color: #003882;
}

.txts8 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;				
	color: #333333;
}

.txts9 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;		
	color: #003882;
}

.txts10 {
	font-family: Arial;
	font-size: 10px;	
	color: #003882;
}

.txts11 {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;				
	color: #003882;
}



body {
	background-color: #E4EBF3;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

