body 	{font-size: 12px;
	font-family: "Arial";
	color: black;
	background-color:#333333
	}

.textwhite {color: white; }
	
table.bordertop {
border-right: #008CBC 2px solid;
border-top: #008CBC 2px solid;
border-left: #008CBC 2px solid;
border-bottom: #008CBC 0px;
}

table.borderbottom {
border-right: #008CBC 2px solid;
border-bottom: #008CBC 2px solid;
border-left: #008CBC 2px solid;
border-top: #008CBC 0px;
}

table.bordermiddle {
border-right: #008CBC 2px solid;
border-left: #008CBC 2px solid;
}

td.borderthin {
border-right: #008CBC 2px solid;
border-top: #008CBC 2px solid;
border-left: #008CBC 2px solid;
border-bottom: #008CBC 2px solid;
}


h1	{font: 20px}

td, ul 	{font-size: 12px;
	font-family: "Arial";
	color: black;
	}

li 	{font-size: 12px;
	font-family: "Arial";
	color: black;
	list-style-image:url(images/bullet.gif);
	}

a, a:link, a:visited {
color: black;
text-decoration: underline;
}
a:active {color:red}
a:hover {color:teal; text-decoration:underline;}

a.blacklink, a.blacklink:link, a.blacklink:visited {
color: black;
text-decoration: none;
}
a.blacklink:active {color:red}
a.blacklink:hover {color:teal; text-decoration:none;}

a.whitelink, a.whitelink:link, a.whitelink:visited {
color: white;
text-decoration: none;
}
a.whitelink:active {color:red}
a.whitelink:hover {color:black; text-decoration:none;}


.title {font-size: 19px;
	font-family: "Arial";
	color: black;
	font-weight:bold;
	}
.subtitle {font-size: 16px;
	font-family: "Arial";
	color: black;
	font-weight:bold;
	}
	
.highlightred {font-size: 14px;
	font-family: "Arial";
	color: #CC0000;
	font-weight:bold;
	}

.highlightrednobold {font-size: 14px;
	font-family: "Arial";
	color: #CC0000;
	font-weight:normal;
	}

.highlightred_large {font-size: 18px;
	font-family: "Arial";
	color: #CC0000;
	font-weight:bold;
	}


.li2{
	list-style-image:none;
	padding-left:20px;
	list-style: none;
	margin-bottom:0px;
	margin-top:0px;
}

.appcallout{
	border-style:solid;
	border-width:1px;
	border-color:#008CBC;
	background-color:#eeeeee;

	font-weight:bold;
	margin-top:25px;
	margin-left:25px;
	margin-right:0px;
	margin-bottom:25px;
	font-size:14px;
	float:right;
	width:13em;
	color:#000000;
	padding:15px;

}
