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

table {
	border: 0 0 0 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: arial, helvetica, sans-serif;
	}
	
td {
	margin: 0 0 0 0;
	}	
	
.normal {
	padding: 10px;
	}

p {
	padding: 5 5 5 5;
	}

body,.bodytext {
	margin: 0;
	padding: 0;
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing: -0.5px;
	line-height: 125%;
	}
	
.bodyitalic {
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	letter-spacing: -0.5px;
	line-height: 125%;
	font-style: italic;	
	}

.caption {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	letter-spacing: -0.5px;
	line-height: 125%;
	font-style: italic;
	}

.welcome {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #333333;
	text-align: center;
	line-height: 90%;
	}
	
A {
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	outline:none;
	text-decoration: none;
	}
	
A img {
	border: none;
}

A:link {
	color: #00CC33;
	outline: none;
	}

A:visited {
	color: #99FF66;
	outline: none;
	}

.bodytext a:hover {
	color: #00CC33;
	border-bottom: 1px solid #00CC33;
	}
	
.bodyitalic a:hover {
	border-bottom: 1px solid #00CC33;
	}

.welcome a:hover {
	border-bottom: 1px solid #99ff66;
	}	

.caption a:hover {
	border-bottom: 1px solid #00CC33;
	}	
		
.sidebar {
	line-height: 100%;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000000;
	text-align: center;
	}

A.sidebar:link, a.sidebar:visited {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000000;
	font-weight: bold;
	}
	
A.sidebar:hover {
	color: #99ff66;
	}	
	
A.subhead:link, a.subhead:visited {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #666666;
	text-align: center;
	}
	
A.subhead:hover {
	color: #99ff66;
	}
	
A.bodyitalic:link, a.bodyitalic:visited {
	color: #999999;
	}
	
A.caption:link, a.caption:visited {
	color: #999999;
	}
	
A.welcome:link, a.welcome:visited {
	color: #00CC33;
	}
	
