body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.leftborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6700CD;
}
.categorytext {
	font-size: 9px;
	color: #7CB518;
}
p{ margin-bottom:8px; margin-top:8px;}
li {
	list-style-type: square;
	color: #000000;
}

ul { padding-left:13px; margin-bottom:8px; margin-top:8px; margin-left:0px; color:6600CC;}

.whiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}


td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7CB518;
	margin-bottom: 1px;
	margin-top:20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7CB518;
	margin-bottom: 1px;
	margin-top:20px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6600CC;
	margin-bottom: 0px;
	margin-top:20px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7CB518;
	margin-bottom: 0px;
	margin-top:20px;
}

a:link {
	color: #6700CD;
	font-size: 12px;
	text-decoration: none;
}

a:visited {
	font-size: 12px;
	color: #6600CD;
	text-decoration: none;
}
a:active {
	font-size: 12px;
	font-weight: bold;
	color: #7CB518;
	text-decoration: none;
}
a:hover {
	color: #7CB518;
	font-size: 12px;
}



a.headerlink:link {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: normal;

}
a.headerlink:visited {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: normal;

}
a.headerlink:hover {
	text-decoration: overline;
	font-size: 9px;
	color: #7CB518;

}
a.headerlink:active {
	color: #FFFFFF;
	font-size: 9px;

} 

a.weatherlink:link {
	text-decoration: none;
	font-size: 10px;
	color: #6700CD;

}
a.weatherlink:hover {
	text-decoration: underline;
	color: #7CB518;
	font-size: 9px;
	font-weight: normal;
	
}
a.weatherlink:visited {
	text-decoration: none;
	color: #6700CD;
	font-size: 10px;

}
a.weatherlink:active {
	color: #7CB518;
	font-size: 10px;

} 

.weathertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6700CD;
}

.weathertable {
	margin-left: 20px;
	border: 1px solid gray;
	border-collapse: collapse;
}
.weathertable td {
	border: 1px solid black;

}

.weathertable th {
	border: 1px solid black;
	background: #6700CD;
	color: white;

}

.weather_high {
	color: #FF0000;
}

.weather_low {
	color: #0000FF;
}

.weathertexttable {
	margin-left: 20px;
}
.weathertexttable td {
	vertical-align: top;
}



.tableview {
	border-collapse: collapse;
	border-spacing: 1px;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	border: 0px;
	font-size: 12px;
}

.tableview td {
	border: 1px solid #000000;
	padding: 1px;
}

.tableview th {
	border: 1px solid #000000;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #6700CD; 
	padding: 3px;
	font-size: 12px;
}

.tableview th a {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
.tableview th a:hover {
	font-weight: bold;
	background-color: #FFFFFF; 
	font-size: 12px;
	color: #6700CD;
}

.tableedit {
	border-collapse: collapse;
	border-spacing: 1px;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
	border: 0px;
}

.tableedit td {
	border: 0px solid #880000;
	padding: 2px;
}

.tableedit th {
	border: 1px solid #6700CD;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background-color: #6700CD; 
	padding: 2px;
}


