/* -------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body { 
  line-height: 1.5; 
}
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: top; }
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/* Remove annoying border on linked images. */
a img { border: none; }
/* -------------------------------------------------------------- */
body {
	font-family:Verdana;
	font-size:14px;
}

p
{
	line-height: 1.5;
	padding: 10px 0px 10px 0px;
}
p.opening
{
	line-height: 1.5;
	padding: 20px 0px 10px 0px;
}

/* styles for centering */
div.outer {
	height:30px;
	left:50%;
	margin-left:-446px;
	position:absolute;
	width:892px;
}
div.container {
	position:relative;
}
/* padding for text areas */
.text_wrapper {
	padding: 0px 0px 0px 20px;
}


.textfont1 {font-family: Tahoma; font-size : 11px; color : #888888;	text-decoration:none; }
.textfont2 {font-family: Tahoma; font-size : 11px; color : #000000; text-decoration:none; font-weight: bold;}
.textfont3 {font-family: Tahoma; font-size : 11px; color : #444444; text-decoration:none;}
.textfont4 {font-family: Tahoma; font-size : 11px; color : #000000; text-decoration:none;}
.textfont5 {font-family: Tahoma; font-size : 10px; color : #888888;	text-decoration:none;}
.errorfont {font-family: Tahoma; font-size : 11px; color : #9d0a0e; text-decoration:none;}

A, A:link {font-family: Verdana; color : #666666;}
A:hover {text-decoration: underline;}
A:visited{ font-family: Verdana;  color : #666666;}

body,td {font-family:verdana;font-size:11px;color:#666666;}
.input_box {width:180px;font-size:11px;border:solid #cccccc 1px;}
.input_box_comment {width:250px;font-size:11px;border:solid #cccccc 1px;}}

A.blueswitch:link{font-family:Verdana;
	font-size:10px;
	color:#666666;
	text-decoration: none;}
A.blueswitch_blue:hover,A.blueswitch_blue:visited:hover {
	font-family:Verdana;
	font-size:10px;
	color:#00479C;
	text-decoration: none;
}
A.blueswitch_orange:link{font-family:Verdana;
	font-size:10px;
	color:#666666;
	text-decoration: none;}
A.blueswitch_orange:hover,A.blueswitch_orange:visited:hover {
	font-family:Verdana;
	font-size:10px;
	color:#FF9933;
	text-decoration: none;
}
