/* CSS Document */

h1 {
	text-align: left;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #102B7A;
}

h2 {
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
}

h3 {
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

input,textarea {
	font-size: 11px;
}

a:link, a:active, a:visited {
	color: #0099FF;
	text-decoration: underline;
}

a:hover {
	color: #102B7A;
	text-decoration: none;
}

#general {
	text-align: left;
	width: 764px;
	margin: auto;
}

#header {
	text-align: right;
	padding-top: 110px;
	width: 750px;
	height: 30px;
	margin: auto;
}

#content {
	width: 100%;
	margin: 5px;
	min-height: 450px; !important
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}

#navmenu {
	width: 100%;
	height: 35px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: -4px;
	margin-bottom: -5px;
	margin-left: 5px;
}

#nav li{
	display: inline;
}

#nav a:link, #nav a:visited, #nav a:active {
	width: 110px;
	height: 35px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url('../images/bt.png');
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#nav a:hover {
	width: 110px;
	height: 35px;
	color: #000000;
	text-decoration: none;
	background-image: url('../images/bt2.png');
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#advimage {
	margin-left: 55px;
	margin-top: 55px;
}

.left {
	clear: left;
	float: left;
	width: 263px;
}

.right {
	margin-left: 264px;
	width: 486px;
}

.total {
	width: 749px;
}

.name {
	background-color: #D0D0D0;
	font-weight: bold;
}

.desc {
	background-color: #E0E0E0;
}

.red {
	color: #CC0000;
}

.green {
	color: #009900;
}

.download {
	background-image: url('../images/package.jpg');
	background-position: 470px 70px;
	background-repeat: no-repeat;
}