
/* All Link color  -------------------------------------------------------------  */
a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-decoration:none;
	color:#000099; } 
/* All link hover ------------------------------------ -------------------------  */
a:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color:#000099;
	text-decoration:underline; } 
.leftside {
	background-image: url(images/leftrepeat.jpg);
	background-repeat: repeat-y;
}
.rightside {
	background-image: url(images/rightrepeat.jpg);
	background-repeat: repeat-y;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #641b88;
}
H1  a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #641b88;
	text-decoration:underline; 
}
H1  a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #641b88;
	text-decoration:underline; 
}
P {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: RED;
}
/* MORE Link color  -------------------------------------------------------------  */
.more a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-decoration:none;
	color: RED;}
/* ÂORE link hover ------------------------------------ -------------------------  */
.more a:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: RED;
	text-decoration:underline; } 
	
hr.ee {border: none 0; 
	border-top: 1px dotted #09c;
	border-bottom: 1px solid #9cf;
	width: 100%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
	}	
hr.e {border: none 0; 
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #ccc;
	width: 100%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
	}
	
	.vertical-line {
border-right-color: red; border-right-style: solid;
           border-right-width: 1px; 
}