/* CSS Document */
html {
	width:100%;
	height:100%;
	}
body {
	font-family:Lucida sans unicode;
	color:#94979a;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px 17px 0px 10px;
}
h1 {
	font-size:24px;
	color:#94979a;
	font-weight:normal;
}
h2 {
	font-size:14px;
	color:#4490bd;
	font-weight:normal;
}
h3 {
	font-size:14px;
	color:#94979a;
	font-weight:normal;
}
.bt{
	font-size:22px;
	color:#94979a;
	font-weight:normal;
	text-decoration:none;
}
.bt:hover{
	font-size:22px;
	color:#94979a;
	font-weight:normal;
	text-decoration:none;
}
p {
	font-size:12px;
	color:#94979a;
	font-weight:normal;
	line-height: 125%;
}
.ft {
	font-size:14px;
	color:#94979a;
	font-weight:normal;
	line-height: 125%;
}
a{
	font-size:14px;
	color:#f12b96;
	text-decoration: none;
	font-weight:normal:
}
a:hover {
	font-size:14px;
	color:#f12b96;
	text-decoration: underline;
	font-weight:normal:
}

.mininav{
	font-size:11px;
	color:#f12b96;
	text-decoration: none;
	font-weight:normal:
}
.mininav:hover {
	font-size:11px;
	color:#f12b96;
	text-decoration: underline;
	font-weight:normal:
}
.inline{
	font-size:11px;
	color:#f12b96;
	text-decoration: none;
	font-weight:normal:
}
.inline:hover {
	font-size:11px;
	color:#f12b96;
	text-decoration: underline;
	font-weight:normal:
}
.highlightit img{
border: 3px solid #efefe5;
}

.highlightit:hover img{
border: 3px solid #FFFFFF;
}

.formi{
font-family: Lucida sans unicode; 
font-size: 11px; 
color: #94979a; 
background: #d0dde5; 
border : 1px ridge #efefe5;}