body {
	background-color : #FFFFFF;
	color : #000000;
	font-family : Arial, helvetica, "Sans Serif";
	font-size : 12px;
	margin : 5px;
	padding : 5px;
}

img {
	border: 0px;
}

table {
	border-spacing: 0px;
	padding: 0px;
}

td {
	font-size : 12px;
	vertical-align: top;
	font-family : Arial, Helvetica, "Sans Serif";
	padding: 3px;
}


a:link {
	color : #0121b7;
	font-family : Arial, Helvetica, "Sans Serif";
	font-size : 12px;
	text-decoration : none;
}

a:hover{
	color : #c0c0c0;
	text-decoration : underline;
}

a:active{
	color : #DD0000;
	text-decoration : none;
}

a:visited {
	color : #333300;
	text-decoration : none;
}

.smallLink {
	font-size : 10px;	
}

select, input, option, textarea {
	font-family : Arial, Helvetica, "Sans Serif";
	font-size : 12px;
}

.textarea, .text, .button, .file {
	border: 1px solid;
	font-family : Arial, Helvetica, "Sans Serif";
	font-size: 12px;
	color : #000000;
	text-indent : 3px;
}


.results {
}

a:link.pulldown {
	color : #b32c00;
	text-decoration : none;	
}

a:hover.pulldown {
	color : #b32c00;
	text-decoration : none;	
}

a:visited.pulldown {	
	color : #b32c00;
	text-decoration :  none;	
}

.error {
	color: #000000;
	padding: 3px;
	display: block;
	margin: 0 auto 0 auto;
	width: 60%;
	text-align: center;
	font-weight: bold;
	background-color: #eeeeff;
	border: 1px solid #0000ff;
}

.field {
	font-weight: bold;
	text-align: right;
	color: #505050;
}

.fieldHeader {
	font-weight: bold;
	color: #202020;
}

.subheader {
	font-weight: bold;
	font-size: 15px;
	color: #505050;
}


.inset {
	font-size: 12px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
}

code {
	font-weight: bold;
	color: #606060;
}

.linkinfo {
	border: 1px solid #000000;
}

.dub {
	padding-left: 7px;
}

.highlight {
	background-color: #b4ddff;
	padding : 5px;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	font-style: bold;
}
