﻿/* CSS Document */
body {margin: 0px; margin-top: 0px;}

.footer {
		Font-family: Verdana;
		font-size: 12px;
		color: #656565;
	}

h1{
	margin: 0px 0px 0px 0px;
	Font-family: Verdana;
	font-size: 20px;
	color: #000000;
	text-align:left;
	vertical-align: bottom;	
	}
h2{
	Font-family: Verdana;
	font-size: 20px;
	color: #ffffff;
	font-weight: 200;
	vertical-align: middle;
}
h3{
	margin: 0px 0px 0px 0px;
	Font-family: Verdana;
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	vertical-align: left;
}
h5{
	Font-family: Verdana;
	font-size: 20px;
	color: #ffffff;
	font-weight: 200;
	line-height: 15px;
}
.blacktext {
	Font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: 500;
}

.blacktext strong{
	Font-family: Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: 600;
}
.whitetext strong{
	Font-family: Verdana;
	font-size: 14px;
	color: #ffffff;
	font-weight: 600;
}
.whitetext{
	Font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	font-weight: 600;
}
.redtext{
	Font-family: Verdana;
	font-size: 12px;
	color: red;
	font-weight: 200;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
li{
	Font-family: Verdana;
	font-size: 11px;
	color: #00000;
	font-weight: 200;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.whitetext a{
	Font-family: Verdana;
	font-size: 12px;
	color: red;
	font-weight: 200;
	text-decoration: none;
}
.whitetext strong a{
	Font-family: Verdana;
	font-size: 10px;
	color: #FF9933;
	font-weight: 600;
	text-decoration: none;
}
.generaltext {
	Font-family: Verdana;
	font-size: 12px;
	color: #656565;
	text-align: left;
}
.generaltext h1{
	Font-family: Verdana;
	font-size:20px;
	color: #036
	}
.boxtext{
	Font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	font-weight: 100;
}
.hovereffect {
	text-align: center;	
	text-decoration: none;	
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
}
.hovereffect a{
	text-align: left;
	text-decoration: none;
	color: #ffffff;
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
	font-weight: 600;
}
.hovereffect a:visited{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background-repeat: no-repeat;
	
	height: 25px;
	line-height: 24px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: 600;
}


.hovereffect a:hover {
	text-decoration: none;
	background-image: url('image/link_hover_bg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	color: #ffffff;
}
