body {
font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",sans-serif;
font-size: 12px;
color: #0e3868;
line-height:18px;
	}
.small { font-size:10px;}
.medium { font-size:12px;}
.large { font-size:14px;}
.xlarge{font-size:16px;}
.strong{font-weight: bold;}
	a:link {
	color:#3187bd;
	text-decoration: none;
}
a:visited {
	color: #3187bd;
	text-decoration: none;
}
a:hover {
	color: #da1c79;
	text-decoration: underline;
}

a.menulink:link {
	color:#FFFFFF;
	text-decoration: none;
	font-size:14px;
}
a.menulink:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size:14px;
}
a.menulink:hover {
	color: #3ebaee;
	text-decoration: none;
	font-size:14px;
	}

a.smlink:link {
	font-size: 10px;
	color: #3187bd;
	font-weight:normal;
	text-decoration: none;
}
a.smlink:visited {
	font-size: 10px;
	color: #3187bd;
	font-weight:normal;
	text-decoration: none;
}
a.smlink:hover {
	font-size: 10px;
	color: #da1c79;
	font-weight:normal;
	text-decoration: none;
}
a.smlink:active {
	font-size: 10px;
	color: #3187bd;
	font-weight:normal;
	text-decoration: none;
}
h2 { font-weight: normal; font-size: medium; margin-bottom:-5px; color:#3187bd}
h1 { font-weight:normal; font-size: 22px; margin-bottom:30px; margin-top:0px; color:#FFFFFF;}
h4 { font-size:16px; margin-bottom:15px}
p { margin-bottom: 18px; }
.blue {color:#3187bd;}
.white {color:#FFFFFF;}
.orange{color:#f99f1e;}
.grayon{color:#999999;}
.gray{color:#666666;}
.light{color:#DEDEDE;}
.purple{color:#da1c79;}
.green{color: #3C6;}
.red{color:#F00;}

.ti45{text-indent:42px;}
.ti25{text-indent:25px;}
.ti20{text-indent:20px;}

.h2m {margin-top:-2px; margin-bottom:15px;}
.h1m {font-weight:normal; font-size: 42px; margin-bottom:-45px; margin-top:20px;}

.sup{ vertical-align:super; font-size:22px}
legend{ font-weight: normal; font-size: medium; color:#3187bd; text-decoration:underline; margin-left:-2px;}
fieldset{padding:0px; border:none; margin-left:10px;}
.methods td{ padding:10px;}
submit {
	width: 100px;
	height: 22px;
	background: url(../images/bg_submit_blue.gif) no-repeat top center;
	text-align: center;
	color:#FFFFFF;
	font-weight:bold;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	cursor:pointer;
}
submit:hover {
	background: url(../images/bg_submit_blue.gif) no-repeat bottom center;
	font-weight:bold;
	text-align: center;
	cursor: pointer;
	margin: 0;
	padding: 0;
	border: 0;
}