@import url("../controls.css");
BODY {
	BACKGROUND-COLOR: #ffffff;
	COLOR: #000000;
	FONT-FAMILY: arial,helvetica,sans-serif;
	font-size: 11px;
}
TD {
	FONT-FAMILY: arial,helvetica,sans-serif;
}
.indexBold {
	FONT-WEIGHT: bold
}
.userInput {
	FONT-WEIGHT: bold; FONT-FAMILY: courier,serif
}
.sampleText {
	FONT-FAMILY: courier,serif
}
.GenboxTitle {
	COLOR: #003366; FONT-FAMILY: arial,helvetica,sans-serif; FONT-SIZE: 14pt; FONT-WEIGHT: bold; LINE-HEIGHT: 15pt; TEXT-DECORATION: none
}
.bodyText {
	FONT-FAMILY: arial,helvetica,sans-serif;
	FONT-SIZE: 11px;
}
.errorText {
	COLOR: #ff0000; FONT-FAMILY: arial,helvetica,sans-serif; FONT-SIZE: x-small
}
.headerText {
	FONT-FAMILY: arial,helvetica,sans-serif;
}
.resourceName {
	FONT-FAMILY: arial,helvetica,sans-serif; FONT-WEIGHT: bold
}
.information {
	COLOR: #003366; FONT-FAMILY: arial,helvetica,sans-serif; FONT-WEIGHT: bold
}
.smallText {
	FONT-FAMILY: arial,helvetica,sans-serif; FONT-SIZE: xx-small
}
.copyrightText {
	FONT-FAMILY: arial,helvetica,sans-serif; FONT-SIZE: xx-small
}
DIV.errors {
	FONT-WEIGHT: bold; BORDER-RIGHT: #660000 1px dashed; PADDING-RIGHT: 6px; BORDER-TOP: #660000 1px dashed; PADDING-LEFT: 6px; BACKGROUND: #fee; PADDING-BOTTOM: 6px; MARGIN: 4px; BORDER-LEFT: #660000 1px dashed; COLOR: #660000; PADDING-TOP: 6px; BORDER-BOTTOM: #660000 1px dashed
}
DIV.warnings {
	FONT-WEIGHT: bold; BORDER-RIGHT: #ff8c00 1px dashed; PADDING-RIGHT: 6px; BORDER-TOP: #ff8c00 1px dashed; PADDING-LEFT: 6px; BACKGROUND: #ffa; PADDING-BOTTOM: 6px; MARGIN: 4px; BORDER-LEFT: #ff8c00 1px dashed; COLOR: #ff8c00; PADDING-TOP: 6px; BORDER-BOTTOM: #ff8c00 1px dashed
}
DIV.explain {
	FONT-WEIGHT: bold; BORDER-RIGHT: #000066 1px dashed; PADDING-RIGHT: 6px; BORDER-TOP: #000066 1px dashed; PADDING-LEFT: 6px; PADDING-BOTTOM: 6px; MARGIN: 4px; BORDER-LEFT: #000066 1px dashed; COLOR: #000066; PADDING-TOP: 6px; BORDER-BOTTOM: #000066 1px dashed
}
DIV.thanks {
	FONT-WEIGHT: bold; BORDER-RIGHT: #006600 1px dashed; PADDING-RIGHT: 6px; BORDER-TOP: #006600 1px dashed; PADDING-LEFT: 6px; PADDING-BOTTOM: 6px; MARGIN: 4px; BORDER-LEFT: #006600 1px dashed; COLOR: #006600; PADDING-TOP: 6px; BORDER-BOTTOM: #006600 1px dashed
}
P.header {
	background-color: #00AAFF; background-image: 
               url('../images/header25.gif');
	border-top-style: solid; border-top-width: 1; 
	border-bottom-style: solid; border-bottom-width: 1;
	margin-bottom: 2; line-height: 20pt; 
	font-size: 14pt; font-weight: bold;
	text-align: right
}

PRE {
	FONT-SIZE: x-small; FONT-FAMILY: "andale mono", "monotype.com", "courier new", monospace
}
PRE.note {
	MARGIN-LEFT: 20px
}
A.copyright {
	TEXT-DECORATION: underline
}
.infoAnchor {
	COLOR: #003366; FONT-FAMILY: arial,helvetica,sans-serif; FONT-SIZE: x-small
}
A:link {
	COLOR: blue; text-decoration: none
}
A:visited {
	COLOR: blue; text-decoration: none
}
A:active {
	COLOR: blue
}
A:hover {
	color:red; text-decoration: underline
}
button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#2e719e), to(#65a9d7));
   background: -webkit-linear-gradient(top, #2e719e, #65a9d7);
   background: -moz-linear-gradient(top, #2e719e, #65a9d7);
   background: -ms-linear-gradient(top, #2e719e, #65a9d7);
   background: -o-linear-gradient(top, #2e719e, #65a9d7);
   padding: 7.5px 15px;
   -webkit-border-radius: 19px;
   -moz-border-radius: 19px;
   border-radius: 19px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 16px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
button:hover {
   border-top-color: #7dccfa;
   background: #7dccfa;
   color: #ffffff;
   }
button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
