body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #CCCCCC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	background-color: #B2B2B2;
}

body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	text-align: center;
}

a:link {
	color: #333333;
	font-style: italic;
}
a:visited {
	color: #333333;
	font-style: italic;
}
a:hover {
	color: #000000;
	font-style: italic;
}
a:active {
	color: #000000;
	font-style: italic;
}

img { 
	behavior:url('/scripts/pngbehavior.htc'); 
}
object {
	height: 100%;
	width: 100%;
}

div#output form input.text, div#output form input.button, div#output form select, div#output form textarea {
	margin-top: 2px;
}
html>body input.text, html>body input.button html>body select {
	height: 1em;
}
*:root input.text, *:root input.button, *:root select {
	height: auto;
}
input.text, input.button, textarea, select {
	font: 14px;
	font-family: "Times New Roman", Times, serif;
}
input.button {
	border: 1px solid #000000;
	padding: .1em .1em;
	color: #000000;
	background-color: #FFFFFF;
	border-radius: .4em;
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #CCCCCC;
}
input[type="submit"]:active {
	background-color: #CCCCCC;
}
input[type="submit"][disabled] {
	border-color: #000000;
	color: #000000;
	background-color: #FFFFFF;
}
input.text, textarea, select {
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
	letter-spacing: 1px;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	background-color: #CCCCCC;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color: #CCCCCC;
}

.TitleLarge {
	font-size: 22px;
	color: #000000;

}
.TitleMedium {
	font-size: 18px;
	color: #333333;

}
.TitleSmall {
	font-size: 16px;
	color: #333333;

}
.TextSmall {
	font-size: 11px;
}
.TextBlack {
	color:#333333;
}
.TextGrey {
	color:#333333;
}
.TextRed {
	color:#FF0000;
}

.BGPageJB {
	background-color: #FFFFFF;
	background-image: url(/images/BG_Page_JB.gif);
	background-repeat: no-repeat;
	border: 2px solid #000000;
}
.BGPageJO {
	background-color: #FFFFFF;
	background-image: url(/images/BG_Page_JO.gif);
	background-repeat: no-repeat;
	border: 2px solid #000000;
}
.BGJB {
	background-attachment: scroll;
	background-image: url(/images/BG_Shad_JB.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.BGJO {
	background-attachment: scroll;
	background-image: url(/images/BG_Shad_JO.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.BGHome {
	background-attachment: fixed;
	background-image: url(/images/BG_Home.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #B1B1B1;
}
.BGPics {
	background-attachment: fixed;
	background-image: url(/images/BG_Pics.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.BGPicsPort {
	background-attachment: fixed;
	background-image: url(/images/BG_PicsPort.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.BGPicsSmall {
	background-attachment: fixed;
	background-image: url(/images/BG_PicsSmall.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
