body {
	margin: 0px;
	font-family: Garamond, Times New Roman, Serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #084B8A;
}
/* ----------------------------
    Default Links
   ---------------------------- */
a, a:link {
	color: #D7350F;
	text-decoration: none;
}
a:visited {
	color: #A92C0F;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	color: #DA251C;
	text-decoration: underline;
}

/* ----------------------------
    Misc Classes
   ---------------------------- */
h1
{
	font-size: 24px;
	color: #084b8a;
	font-weight: bold;
    }
    
h4
{
	font-size: 16px;
	color: #084B8A;
	font-weight: bold;
    }
.NewsSideBarText {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #084B8A;
	margin-top: 5px;
}
.NewsObviousSubText {
	font-size: 12px;
	color: #084B8A;
}
.ObviousSubText {
	font-size: 10px;
	color: #084B8A;
	font-weight: bold;
}
.frame {
	border: 1px solid #045FB4;
}
.designed_by 
{
    font-family: Tahoma, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	color: #ccc;
}
/* ----------------------------
    Links
   ---------------------------- */
a.a:link {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
a.a:hover {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #D7350F;
	text-decoration: none;
}
a.a:visited {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a.LightLink, a.LightLink:link {
	color: #7C7C7C;
	text-decoration: none;
}
a.LightLink:visited {
	color: #7C7C7C;
	text-decoration: none;
}
a.LightLink:hover {
	color: #DA251C;
	text-decoration: underline;
}

/* ----------------------------
    Inputs
   ---------------------------- */
.inputstyle {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #084B8A;
	background-color: #FFFFFF;
	border: 1px solid #084B8A;
}

