/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(stripback.jpg);
	background-repeat: repeat-x;
	background-color: #303A6F;
}

A:link {
    text-decoration:    none;
    color:#303A6F;
}

A:visited  {
    text-decoration:    none;
    color:#303A6F;
}

A:active   {
    text-decoration:    none;
    color:#303A6F;
}

A:hover    {
    text-decoration:    underline;
    color: #303A6F;
}

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1D2740;
	font-size: 18px;
}

.subheads {
	font-size: 13px;
	font-weight: bold;
	color: #333C73;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	text-align:left;
}

.menuitem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:20px;
	font-weight:bold;
}
A.menuitem:link {
    text-decoration:    none;
    color:#1D2740;
}

A.menuitem:visited  {
    text-decoration:    none;
    color:#1D2740;
}

A.menuitem:active   {
    text-decoration:    none;
    color:#1D2740;
}

A.menuitem:hover    {
    text-decoration:    none;
    color: #303A6F;
}

.submenuitems {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	line-height:18px;
	color:#ffffff;
}
A.submenuitems:link {
    text-decoration:    none;
    color:#ffffff;
}

A.submenuitems:visited  {
    text-decoration:    none;
    color:#ffffff;
}

A.submenuitems:active   {
    text-decoration:    none;
    color:#ffffff;
}

A.submenuitems:hover    {
    text-decoration:    underline;
    color:#f9d433;
}

.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color:#ffffff;
}