@charset "UTF-8";
/* remember to define focus styles! */
:focus {
outline: 0;
}
.contentpane {
	background-image:url(images/ttile.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:20px;
}
.contentpanebot {
	background-image:url(images/btile.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-top:6px;
	padding-bottom:20px;
	padding-left:40px;
	padding-right:40px;
	text-align:justify;
}

.featurelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	text-decoration: none;
	text-align: center;
}
.featurelinks a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	text-decoration: none;
	text-align: center;
}
.featurelinks a:hover {
	color: #F60;
	text-decoration: none;
}
.featurelinks a:visited {
	color: #999;
	text-decoration: none;
}
.featurelinks a:active {
	color: #999;
	text-decoration: none;
}

.feature08 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F60;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius:8px;
	-moz-border-radius:5px;
	border-radius:8px;
	background-color:#300;
	padding:10px;
}
.feature08 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F60;
	text-decoration: none;
	text-align: center;
}
.feature08 a:hover {
	color: #F90;
	text-decoration: none;
}
.feature08 a:visited {
	color: #F60;
	text-decoration: none;
}
.feature08 a:active {
	color: #F60;
	text-decoration: none;
}

.featureGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F60;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius:8px;
	-moz-border-radius:5px;
	border-radius:8px;
	background-color: #EBEBEB;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.33, rgb(252,252,252)),
    color-stop(0.71, rgb(237,237,237)));
	background-image: -moz-linear-gradient(
    center bottom,
    rgb(252,252,252) 33%,
    rgb(237,237,237) 71%);
	border: 1px solid #DEDEDE;
	padding:10px;
}
.featureGrey a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F60;
	text-decoration: none;
	text-align: center;
}
.featureGrey a:hover {
	color: #F90;
	text-decoration: none;
}
.featureGrey a:visited {
	color: #F60;
	text-decoration: none;
}
.featureGrey a:active {
	color: #F60;
	text-decoration: none;
}


.feature03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #366;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius:8px;
	-moz-border-radius:5px;
	border-radius:8px;
	background-color:#BCD3D1;
	padding:10px;
}
.feature03 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #366;
	text-decoration: none;
	text-align: center;
}
.feature03 a:hover {
	color: #336;
	text-decoration: none;
}
.feature03 a:visited {
	color: #366;
	text-decoration: none;
}
.feature03 a:active {
	color: #366;
	text-decoration: none;
}

.feature00 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #600;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius:8px;
	-moz-border-radius:5px;
	border-radius:8px;
	background-color:#A67994;
	padding:10px;
}
.feature00 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #600;
	text-decoration: none;
	text-align: center;
}
.feature00 a:hover {
	color: #900;
	text-decoration: none;
}
.feature00 a:visited {
	color: #600;
	text-decoration: none;
}
.feature00 a:active {
	color: #600;
	text-decoration: none;
}


.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	text-decoration: none;
	text-align: center;
}
.footerlinks a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	text-decoration: none;
	text-align: center;
}
.footerlinks a:hover {
	color: #F60;
	text-decoration: none;
}
.footerlinks a:visited {
	color: #999;
	text-decoration: none;
}
.footerlinks a:active {
	color: #999;
	text-decoration: none;
}
.desc
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
}
.detailLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #39F;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	width: 100%;
}
.detailLink a:hover
{
	color: #F60;
	text-decoration: none;
}
.detailLink a:visited
{
	color: #39F;
	text-decoration: none;
}
.detailLink a:active
{
	color: #39F;
	text-decoration: none;
}
.rel
{
	position:relative;
}
.homecont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000;
	background-color: #E1D6D9;
	margin-right: 100px;
	margin-left: 100px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.homeadd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E4D7D2;
	text-decoration: none;
	text-align: center;
}
.homeadd a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E4D7D2;
	text-decoration: none;
	text-align: center;
}
.homeadd a:hover {
	color: #36F;
	text-decoration: none;
}
.homeadd a:visited {
	color: #E4D7D2;
	text-decoration: none;
}
.homeadd a:active {
	color: #E4D7D2;
	text-decoration: none;
}.greypanel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
	background-color: #EBEBEB;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.33, rgb(252,252,252)),
    color-stop(0.71, rgb(237,237,237)));
	background-image: -moz-linear-gradient(
    center bottom,
    rgb(252,252,252) 33%,
    rgb(237,237,237) 71%);
	border: 1px solid #DEDEDE;
	-webkit-border-radius:8px;
	-moz-border-radius:5px;
	border-radius:8px;
	padding-top: 14px;
	padding-right: 16px;
	padding-bottom: 14px;
	padding-left: 16px;
}
