/* CSS Document */
.style1 {
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
	color: #FF9900;
}

.title {
	font-family: Trebuchet MS;
	font-weight: bold;
	color:#FF0000;
	font-size: 17px;
}
.subtitle {
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 13px;
}
.normalbold {
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
}

.menu {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: normal;
}

.normaltext {
	font-family: Trebuchet MS;
	font-size: 13px;
}

.error {
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	color:#FF0000;
}

.okay {
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	color:#006633;
}

.middle {
	font-family: Trebuchet MS;
	font-size: 11px;
}

.small {
	font-family: Trebuchet MS;
	font-size: 9px;
	color:#999999;
}
.normalgray {
	font-family: Trebuchet MS;
	font-size: 13px;
	color:#666666;
	font-weight: normal;
}
a:link {text-decoration: None; color:#3175B8}
a:visited {text-decoration: None; color:#3175B8}
a:active {text-decoration: None; color:#3175B8}
a:hover {
background-color:#3175B8; 
color:#FFFFFF;
}
.style2 {font-family: Trebuchet MS; font-size: 11px; font-weight: bold; }

