
body {
	margin: 0px;
	background-color: #F8FFFF;
	background-image: url(image/bg.png);
	background-repeat: repeat-x;
}

.pt9 {  font-size: 9pt; line-height: 140%}

.px14 {
	font-size: 14px;
	line-height: 130%;
}

table {
	font-size: 9pt;
	line-height: 140%;
	color: #47627E;
}


a:link {  color: #244466; text-decoration: none}
a:active {  color: #3366CC; text-decoration: none}
a:visited {  color: #024284; text-decoration: none}
a:hover {  color: #000000; text-decoration: underline}

.white {color: #5398f8; text-decoration:none}
a.white:link {  color: #629bea; text-decoration: none}
a.white:visited {  color: #0847a0; text-decoration: none}
a.white:active {  color: #4085e4; text-decoration: none}
a.white:hover {  color: #4996ed; text-decoration: none}

.menu {
	color: #000000;
	text-decoration:none;
}
a.menu:link {  color: #000000; text-decoration: none}
a.menu:visited {  color: #000000; text-decoration: none}
a.menu:active {  color: #000000; text-decoration: none}
a.menu:hover {
	color: #ff0000;
	text-decoration: none;
	filter: Glow(Color=#ffff00, Strength=10);
}

.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000066;
	background-color: #edf1fc;
	line-height: 130%;
	background-image: url(images/input_bg.gif);
	border-top: 1px solid #0475c0;
	border-right: 1px solid #1e5c99;
	border-bottom: 1px solid #1d5083;
	border-left: 1px solid #1970aa;
}
.title {
	font-size: 16px;
	line-height: 130%;
	font-weight: bolder;
	color: #333333;
}
.botton {
    font-size: 9pt;
	height: 16px;
	border: 1px #666666 solid;
	background-image: url(images/botton_bg.gif);
}
.gray {	color: #999999;}
a.gray:link {  color: #999999; text-decoration: none}
a.gray:visited {  color: #999999; text-decoration: none}
a.gray:active {  color: #999999; text-decoration: none}
a.gray:hover {  color: #000000; text-decoration: none}
