@charset "UTF-8";
body {
	font-family: Skia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	margin: 5px;
}
.header {
	padding: 0px;
}
.design {
	background-color: #00A19E;
	color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
	letter-spacing: 0.1em;
	text-indent: 5px;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 0px;
	padding-top: 5px;
}
a.design:link {
	text-decoration: none;
}
a.design:visited {  
	text-decoration: none;
	}
a.design:hover { 
	text-decoration: none;
	color: #FFCC00;
} 
a.design:active {
	text-decoration: none;
}
.design2 {
	background-color: #00A19E;
	color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
	letter-spacing: 0.1em;
	text-indent: 5px;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 5px;
}
a.design2:link {
	text-decoration: none;
}
a.design2:visited {  
	text-decoration: none;
	}
a.design2:hover { 
	text-decoration: none;
	color: #FFCC00;
} 
a.design2:active {
	text-decoration: none;
}
.title {
	background-color: #000000;
	background-position: left;
	text-align: left;
	vertical-align: bottom;
	font-size: 18px;
	text-indent: 0px;
	padding: 5px;
}
.titleSm {
	background-color: #000000;
	background-position: left;
	text-align: left;
	vertical-align: bottom;
	font-size: 14px;
	text-indent: 0px;
	padding: 5px;
}
.titleDk {
	background-position: left;
	text-align: left;
	vertical-align: bottom;
	font-size: 20px;
	text-indent: 0px;
	padding: 0px;
	color: #000000;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	border-bottom: 0px solid #ccc;
	vertical-align: bottom;
}
ul li {
	position: relative;
}
ul li a {
	display: block;
	text-decoration: none;
	text-indent: 0px;
	padding: 5px;
	font-size: 11px;
	color: #fff;
	background: #00A19E;
	border: 0px;
}
ul li a:hover {
	color:#FFCC00;
	text-decoration: none;
}
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li ul {
	position: absolute;
	right: 0px;
	top: 15px;
	display: none;
}
li:hover ul, li.over ul { 
	display: block;
}
.footer {
	font-size: 10px;
	color: #666666;
	text-align: right;
}
a.footer:link {
	text-decoration: none;
}
a.footer:visited {  
	text-decoration: none;
	}
a.footer:hover { 
	text-decoration: none;
	color: #CC3333;
} 
a.footer:active {
	text-decoration: none;
}
.colrt {
	background-color: #000000;
}
.colbt {
	background-color: #00A19E;
}
.descrip {
	color: #000000;
	font-size: 14px;
	line-height: 16px;
	padding-left: 33px;
}

.email {
	color: #c5422b;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.1em;
	text-indent: 5px;
	font-size: 16px;
}
a.email:link {
	text-decoration: none;
}
a.email:visited {  
	text-decoration: none;
	}
a.email:hover { 
	text-decoration: none;
	color: #FFCC00;
} 
a.email:active {
	text-decoration: none;
}