/* content styles */
html {
	height: 100%;
}
.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	height: 100%;
}
#bodyback {
	background-image: url(images/bg3.gif);
	height: 100%;
	background-repeat: repeat-y;
	background-position: center;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.verdanaWht10 {
	color: #FFFFFF;
}
.verdanaRed14 {
	font-size: 14px;
	color: #FF0000;
}
.verdanaRed10 {
	color: #FF0000;
}
.search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/* main links*/
a {
	color: #7388C4;
}
a:visited {
	color: #7388C4;
}
a:hover {
	color: #333333;
}
a:active {
	color: #7388C4;
}

/* top nav */
a.nav:link {
    color: #FFFFFF;
	text-decoration: underline;
}
a.nav:visited {
    color: #FFFFFF;
	text-decoration: underline;
}
a.nav:hover {
    color: #E8F3FF;
	text-decoration: underline;
}
a.nav:active {
    color: #FFFFFF;
	text-decoration: underline;
}

/* products nav */
a.products:link {
    color: #000000;
	text-decoration: none;
}
a.products:visited {
    color: #000000;
	text-decoration: none;
}
a.products:hover {
    color: #7388C4;
	text-decoration: none;
}
a.products:active {
    color: #000000;
	text-decoration: none;
}

/* blue borders */

#tableBorderBlue {
	border: 1px solid #7388C4;
}
.imgBorderBlue {
	border: 1px solid #7388C4;
}
.BorderTop {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #7388C4;
	border-right-color: #7388C4;
	border-left-color: #7388C4;
}
.BorderCenter {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7388C4;
	border-left-color: #7388C4;
}
.BorderBtm {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7388C4;
	border-left-color: #7388C4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7388C4;
}
h1 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #7388C4;
	border-right-color: #7388C4;
	background-color: #E8F3FF;
}
#Border td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #7388C4;
	border-left-color: #7388C4;
}
#Border ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
a.resource:link {
    color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a.resource:visited {
    color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a.resource:hover {
    color: #7388C4;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a.resource:active {
    color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.err {
	font-weight: bold;
	color: #FF0000;
}
