.reg {
	font-family: arial,helvetica,"ms sans serif";
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none; }

.reg_bold {
	font-family: arial,helvetica,"ms sans serif";
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none; }
	
.header {
	font-family: arial,helvetica,"ms sans serif";
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none; }

.small {
	font-family: arial,helvetica,"ms sans serif";
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none; }
	
A., A.:active, A.:visited {
	font-family: arial,helvetica,"ms sans serif";
	font-size: 13px;
	font-weight: regular;
	color: blue;
	text-decoration: underline; 
	}
	
A.small, A.small:active, A.small:visited {
	font-family: arial,helvetica,"ms sans serif";
	font-size: 10px;
	font-weight: regular;
	color: blue;
	text-decoration: underline; 
	}
	
A.orange, A.orange:active, A.orange:visited {
	font-family: arial,helvetica,"ms sans serif";
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-decoration: underline; 
	}
	
A.orange:hover {
	font-family: arial,helvetica,"ms sans serif";
	font-size: 13px;
	font-weight: bold;
	color: #ff9933;
	text-decoration: underline; 
	}