/* standard */

body
{
	margin-top: 10pt;
	font-size: 9pt;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	color: #000080;
	font-family: Comic Sans MS;
	background-color: #e8e8e8;
}
body.viewer
{
	margin-top: 10pt;
	font-size: 9pt;
	background-repeat: no-repeat;
	background-attachment:fixed;
	color: #000080;
	font-family: Comic Sans MS;
	background-color: #e8e8e8;
}
#frame
{
	width: 986;
}
table
{
	font-family: Comic Sans MS;
	font-size: 9pt;
	color: #000080;
}
h1
{
 	font-family: Comic Sans MS;
 	font-size: 20pt;
 	color: #000080;
 	font-weight: bold;
	margin-bottom: 5px;
}
h2
{
 	font-family: Comic Sans MS;
 	font-size: 18pt;
 	color: #000080;
 	font-style: italic;
 	font-weight: bold;
	margin-bottom: 5px;
}
h3
{
 	font-family: Comic Sans MS;
 	font-size: 14pt;
 	color: #000080;
 	font-weight: bold;
	margin-bottom: 5px
}
h4
{
 	font-family: Comic Sans MS;
 	font-size: 12pt;
 	color: #000080;
 	font-weight: bold;
	margin-bottom: 5px
}
h5
{
 	font-family: Comic Sans MS;
 	font-size: 10pt;
 	color: #000080;
 	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
h6
{
 	font-family: Comic Sans MS;
 	font-size: 10pt;
 	color: #000080;
 	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
th
{
 	color: #000080;
 	font-weight: bold
}
input.button
{
   color: #000080;
   font-family: Comic Sans MS;
   font-size: 12px;
   height: 22px;
   border: 1px solid;
}
input.input
{
   color: #000080;
   background-color: #ffffff;
   border: 1px solid;
   font-family: Comic Sans MS;
   font-size: 12px;
   height: 22px;
}
textarea.input
{
   color: #000080;
   background-color: #ffffff;
   border: 1px solid;
   font-family: Comic Sans MS;
   font-size: 12px;
}
select.input
{
   color: #000080;
   border: 1px solid;
   font-family: Comic Sans MS;
   font-size: 12px;
   height: 22px;
}
input.checkbox
{
   color: #000080;
}
input.file
{
   color: #000080;
   background-color: #ffffff;
   border: 1px solid;
   font-family: Comic Sans MS;
   font-size: 12px;
   height: 22px;
}
.imageframe
{
   border-color: #000080;
   border: 2px solid;
   cursor: hand;
}

