/* SCORE Document Stylesheet */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
font-family: Verdana, Arial, Helvetica, sans-serif;
}
html { height: 100%; }
body{
min-height: 100%;
height:100%;  /* so height:100% works in child elements like div */
font-size: 12px;
font-style: normal;
font-weight: normal;
background-color: #fff;
color: #000;
margin:0;
padding:0;
}
h1 {font-weight:bold; text-align:center; margin-top:0px;}
h2 {font-weight:bold; text-align:center;}
h3 {font-style: normal; font-weight: bold; text-align:left;}
h4 {font-style: normal; font-weight: bold; text-align:left;}
h5 {font-style: italic; font-weight: bold; text-align:left;}

li {margin-top: 2px;}
ul.lglist li {margin-top: 10px;}

/* For residual FrontPage code being phased out.
	Not sure this is even used => most FP code has explicit styles */
p.MsoNormal, li.MsoNormal, div.MsoNormal {
	margin-bottom:.0001pt;
	font-size:10px; /* 12.0pt; */
	/* font-family:"Times New Roman", serif; */
}
li.MsoNormal {
	margin-left: 15px;
}
p.MsoNormal, div.MsoNormal {
	margin:0in;
}
table.MsoTableWeb2, table.DocLibTableWeb3 {
	border:inset 1.0pt;
}
table.DocLibTableWeb3 {
	width:710px;
}

/***************** SCREEN ONLY STYLES ****************/
@media screen {
.xlargetext {font-size: 14px;}
.largetext {font-size: 13px;}
.normaltext {font-size: 12px;}
.smalltext {font-size: 11px;}
.xsmalltext {font-size: 10px;}
.tinytext {font-size: 9px;}  
td {font-size: 12px; color:#003366;}  /* default table text size */
h1 {font-size: 22px; color:#003366;}
h2 {font-size: 18px; color:#003366;}
h3 {font-size: 13px; color:#003366;}
h4 {font-size: 12px; color:#000;}
h5 {font-size: 12px; color:#000;}

/* form and table styles */
table.tan_box {border:1px solid #D1A952; background-color:#FDEDCB; color:#003366}
table.tan_box td {font-size:12px;}

p.MsoNormal, li.MsoNormal, div.MsoNormal {font-size:9px;}

ul.lglist li {font-size: 14px;}

}  /* end media screen */

/***************** PRINT ONLY STYLES ****************/
@media print {
body {font-size: 9pt;}
.xlargetext {font-size: 11pt; color:#000;}
.largetext {font-size: 10pt; color:#000;}
.normaltext {font-size: 9pt; color:#000;}
.smalltext {font-size: 8pt; color:#000;}
.xsmalltext {font-size: 7pt; color:#000;}
.tinytext {font-size: 6pt; color:#000;}  
td {font-size: 9pt; color:#000;}  /* default table text size */
h1 {font-size: 15pt; color:#000;}
h2 {font-size: 14pt; color:#000;}
h3 {font-size: 10pt; color:#000;}
h4 {font-size: 9pt; color:#000;}
h5 {font-size: 9pt; color:#000;}

/* form and table styles */
table.tan_box {border:1px solid #000; background-color:#fff;}
table.tan_box td {font-size:9pt;}

p.MsoNormal, li.MsoNormal, div.MsoNormal {font-size:12pt;}

ul.lglist li {font-size: 11pt;}

}  /* end media print */


