/* homepage */
@media all {
IE\:homePage {behavior:url(#default#homepage)}
}

body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #2C528C;
}
body {
margin-left: 0px;
margin-top: 0px;
}
h1 {
font-size: 12px;
}
a:link {
color: #000080;
text-decoration: none;
}
a:visited {
color: #000080;
text-decoration: none;
}
a:active {
color: #FF0000;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #000000;
}

h1 {
	font-size: 16px;
	font-weight:bold;
	color:#FFFFFF;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 11px;
}

.smallNormal{
font-size:10px;
}
.smallBold {
font-size:10px;
font-weight:bold;
}
.medNormal{
font-size:12px;
}
.medBold {
font-size:12px;
font-weight:bold;
}
.largeBold {
font-size:14px;
font-weight:bold;
}
.success {
font-size:12px;
font-weight:bold;
color:#009900;
}
.error {
font-size:12px;
font-weight:bold;
color:#FF0000;
}
