BODY {
	background-color: black;
	color: black;
	background-image:url(../images/frame/background.gif);
}
DIV.frame_horizontal {
	width: 1000px;
	text-align: left; padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/frame/blue.gif);
	color: #FFFFFF;
	font-size: 14pt;
	vertical-align: middle;
	border: 1px solid white;
	position: relative;
	padding-top: 10px;
}
DIV.header {
	font-size: 10pt;
	text-align: right;
	position: absolute; right: 5px; top: 5px;
}
DIV.footer {
	padding-bottom: 1em;
}
DIV.frame_horizontal A {
	color: #FFFFFF;
	text-decoration: none;
}
DIV.frame_horizontal A:Hover {
	background-color: #CCFF99;
	color: #000000;
}
DIV.header .table {
	float: right;
}
DIV.header INPUT {
	font-size: inherit;
}
DIV.frame {
	height: 600px;
	width: 1000px;
	position: relative;
	border: 1px solid white;
	background-color: white;
}
DIV.frame .subleft {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 500px;
	height: 600px;
	overflow: auto;
	text-align: left; padding-left: 1px;
}
DIV.frame .subright {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 500px;
	height: 600px;
	overflow: auto;
}
DIV.blogEntry {
	text-align: left;
	width: 98%;
}
DIV.blogEntry .title, DIV.blogTitle {
	background-image: url(../images/frame/blog_head2.gif);
	background-repeat: repeat-y;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 18pt;
	padding-left: 5px;
	font-style: italic;
	margin-bottom: 3px;
}
DIV.blogTitle A { color: inherit; text-decoration: none; }
DIV.blogEntry .title SPAN {
	border: 1px solid black;
	background-color: #FFFFFF;
	vertical-align: middle;
	float: right;
}
DIV.blogEntry .title SPAN IMG {
	padding: 2px;
	background-color: #FFFFFF;
}
DIV.blogEntry .title SPAN IMG:Hover {
	padding: 2px;
	background-color: #CCFF99;
}
DIV.blogEntry .datestamp {
	text-align: right;
	border-top: solid 1px #CCCCCC;
	margin-bottom: 10px;
}
DIV.blogEntry .blogText {
	padding-left: 10px;
}
DIV.smalltext {
	font-size: 10pt;
	font-style: italic;
}
.right {
	float: right;
}
DIV.errors {
	width: 90%;
	display: none;
	visibility: collapse;
}
DIV.errors TEXTAREA {
	width: 100%;
	height: auto;
	border-style: none;
}
DIV.errors UL {
	list-style-type: none;
}
DIV.errors LI {
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #990033;
}
DIV.notices {
	width: 90%;
	display: none;
	visibility: collapse;
}
DIV.notices UL {
	list-style-type: none;
}
DIV.notices LI {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
DIV.warnings {
	width: 80%;
	display: none;
	visibility: collapse;
}
DIV.fileBoxes {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
DIV.fileBoxes .fileBox {
	position: relative;
	font-size: 10pt;
	width: 100px;
	height: 50px;
	border-left: 1px solid #CCCCCC;
	padding-left: 24px;
	padding-bottom: 3px;
}
DIV.fileBoxes .fileBox  A IMG {
	padding: 1px;
}
DIV.fileBoxes .fileBox  A IMG:Hover {
	background-color: #000000;
}
DIV.fileBoxes .fileBox .icons {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 54px;
	text-align: center;
	border-right: 1px solid #CCCCCC;
}
DIV.navigation {
	text-align: center;
	padding-top: 1px;
	padding-bottom: 2px;
	font-size: 12pt;
}
DIV.navigation A {
	border: 1px solid black;
	font-size: 10pt;
	color: darkblue;
	text-decoration: none;
	padding: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}
DIV.navigation SPAN {
	padding: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}
DIV.navigation SPAN.disabled {
	color: #999999;
}
DIV.navigation A:Hover {
	color: white;
	background-color: black;
}
A.button {
	padding: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	border: 1px solid black;
	font-size: 10pt;
}
A.button:Hover {
	border-style: outset;
}
A.button:Active {
	background-color: #993333;
	color: #FFFFFF;
	border-style: inset;
}
H2 {
	border-bottom: solid 1px black;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
FORM.comments {
	position: relative;
	text-align: left;
	font-size: 10pt;
	padding: 3px;
	padding-left: 5px;
	border: 1px solid black;
	width: 98%;
	background-color: #993333;
	color: #FFFFFF;
}
FORM.comments TEXTAREA {
	border: 1px solid black;
	width: 475px;
}
FORM.comments INPUT[type="text"] {
	position: relative;
	border: 1px solid black;
	width: 200px;
}
DIV.comment {
	width: 90%;
	text-align: left;
	border: 1px solid black;
	padding: 2px;
	font-size: 10pt;
}
DIV.comment DIV {
	width: 100%;
	text-align: left;
	border-style: none;
	padding: 1px;
	font-family: "Courier New", Courier, monospace;
	border-top: 1px solid #CCCCCC;
}