@charset "utf-8";
/* CSS Plexi Design */

td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding:3px;
	alignment-adjust:central;
	vertical-align:central;
}
body {
	background-color: none;
	font-size: 14px;
	color: #000;
}
p{
	margin-bottom:5px;
	margin-top:5px;
}
.blktitle{
	font-size:18px;
	line-height: 30px;
}
.smblktitle{
	font-size:15px;
	line-height: 25px;
}
.bigger_bodycopy{
	font-size:16px;
	line-height: 20px;
}
.whitetitle{
	color:#FFF;
	font-size:18px;
	line-height: 30px;
}
.white-30px{
	color:#FFF;
	font-size:30px;
	line-height: 40px;
	font-weight:bold;
}
.black-25px{
	color:#000;
	font-size:25px;
	line-height: 30px;
	font-weight:bold;
}
.smwhitetitle{
	color:#FFF;
	font-size:15px;
	line-height: 25px;
}
.copyright{
	font-size:10px;
}
.right_table{
	align:right;
	valign:top;
}
.left_table{
	margin-left:5px;
	margin-top:20px;
}	
/* links */
a:link {
	text-decoration: none;
	color:#000;
}
a:visited {
	text-decoration: none;
		color:#000;
}
a:hover {
	text-decoration: none;
	color: #14A7DF;
}
a:active {
	text-decoration: none;
	color: #14A7DF;
}
/* custom links on blue background, white links */

a.navigation:link {
	color:#fff;
}
a.navigation:visited {
	color:#fff;
}
a.navigation:hover {
	color:#000;
	font-weight:bold;
}
a.navigation:active {
	color:#000;

}
/* slideshow widget */
	#slideshow {  
    padding: 5px;
	margin:0; 
} 
	#slideshow-caption{
	padding:0;
	margin:0;
}
#slideshow img, #slideshow div {  
    			padding: 5px;
    			background-color: #ffffff;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px; 
    			margin: 0; 
				alignment-adjust:center;
}