
/* Change this to change default body text style */
body {
	font-family: Arial, Helvetica, Helv;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

/* Change this to change default table text style (P.S. overrides body style) */
#Text{
	font-family: Arial, Helvetica, Helv;
	font-size: 12px;
	color: #68676B;
	font-weight: normal;
}

/* Change this to change default header-1 text style */
#Text h1{
	color: #58B36C;
	font-size: 16px;
	font-weight: bold;
}

/* Change this to change default header-2 text style */
#Text h2{
	color: #43608A;
	font-size: 16px;
	font-weight: bold;
}

/* Change this to change default header-3 text style */
#Text h3{
	color: #43608A;
	font-size: 16px;
	font-weight: bold;
}

/* Change this to change default header-1 text style */
#Text h6{
	color: #6A8B27;
	font-size: 16px;
	font-weight: normal;
}

/* Change this to change default link font color */
#Text a{
	color: #17869A;
}

/* Change this to change default link font color when hovered */
#Text a:hover{
	color: #000000;
}

a:link { 
	font-size: 12px;
	font-weight: normal;
	}
	
a:visited { 
	font-size: 12px;
	font-weight: normal;
	}
	
a:hover { 
	font-size: 12px;
	font-weight: normal;
	background-color: #CCC;
	text-decoration: none
	}
	
a:active { 
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	}