﻿body {
	margin: 0px;
	background-color: #f326f5;
}
.button {
	width:190px;
	margin:auto;
	text-align:left;
	background-color:#D7F1FE;
	color:#000000;
	line-height:16px;
	vertical-align:middle;
	font-size:11px;
	cursor:default;
}
.buttonOver {
	width:190px;
	margin:auto;
	text-align:left;
	background-color:#FF66FF;
	color:#000000;
	line-height:16px;
	vertical-align:middle;
	font-size:12px;
	cursor:pointer;
	font-weight:bold;
}
textarea, input, select {
	font-family: Tahoma;
	font-size: 12px;
	color: #333300;
	font-weight: normal;
	line-height: 16px;
}
td {
	font-family:Tahoma;
	font-size:12px;
}
th {
	font-family: Tahoma;
	font-size: 12px;
	color: #333300;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	vertical-align: top;
}
p {
	text-align: left;
	font-size: 13px;
	line-height: 16px;
}
.frame {
	border: 1px solid #100604;
}
ul {
	margin-left: 0px;
}
li {
	margin-left: 0px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 100%;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}
.footer {
	font-family: Tahoma;
	color: #000000;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
}
a.heading:link {
	font-family: tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a.heading:visited {
	font-family: tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a.heading:hover {
	font-family: tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
.mainCell {
	background-color: #f326f5;
	padding: 5px;
	vertical-align: top;
	margin-top: 10px;
	margin-left: 10px;
	width: 875px;
	border-left: 2px #45DE62 solid;
	border-right: 2px #45DE62 solid;
	border-bottom: 2px #45DE62 solid;
}
.tdNorm, a.tdNorm:link, a.tdNorm:visited, a.tdNorm:active {
	background-color:#F326F5;
	color:#000000;
	line-height:20px;
	font-family:Tahoma;
	font-size:14px;
}
a.tdNorm:hover {
	background-color:#F326F5;
	color:#000000;
	line-height:20px;
	font-family:Tahoma;
	font-size:14px;
	text-decoration:underline;
}
.tdOver, a.tdOver:link, a.tdOver:visited, a.tdOver:active {
	background-color:#45DE62;
	color:#000000;
	line-height:20px;
	font-family:Tahoma;
	font-size:14px;
}
a.tdOver:hover {
	background-color:#45DE62;
	color:#000000;
	line-height:20px;
	font-family:Tahoma;
	font-size:14px;
	text-decoration:underline;
}
