@charset "UTF-8";
/* CSS Document */

.text {

	font-family: Georgia, Times New Roman, Times, Serif;	
	
	font-size: 15px;
	
    color: #666666;

	text-decoration: none;

	line-height: 26px;

}

.textitalic {

	font-family: Georgia, Times New Roman, Times, Serif;	
	
	font-size: 15px;

    color: #666666;

	text-decoration: none;
	
	font-style: italic;

	line-height: 26px;

}

.textbold{

	font-family: Georgia, Times New Roman, Times, Serif;	
	
	font-size: 18px;

    color: #666666;

	font-weight: bold;

	text-decoration: none;

	line-height: 26px;

}

a:link {

	font-family: Georgia, Times New Roman, Times, Serif;

	font-size: 15px;

	color: #003399;

	text-decoration: none;

}

a:visited {

	font-family: Georgia, Times New Roman, Times, Serif;

	font-size: 15px;

	color: #003399;

	text-decoration: none;
}


a:hover {

	font-family: Georgia, Times New Roman, Times, Serif;

	font-size: 15px;

	color: #003399;

	text-decoration: underline;

}

a:active {

	font-family: Georgia, Times New Roman, Times, Serif;	
	
	font-size: 15px;

	color: #003399;

	text-decoration: underline;

}




