/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

body
	{
	margin: 0;
	padding: 0;
	background-color: white;
	font-size: 100.01%;
	text-align: center; 
	}
.smallfineprint{	font-family: arial;
	font-size: 11px;
	color: #666666;
	color: #000000;

}
#box
	{
	position: relative;
	margin-left: 0.1em;
	margin-right: 0em;	
	margin-top: 0em;
	padding: 0;
	text-align: left;
	width:27em;				/* <-- use this to tie width to viewport size */
	width: 27em;				/* <-- use this for a set width */
	background-color: #f4f7f8;
	}
	
#smallbox
	{
	position: relative;
	margin-left: 0em;
	margin-right: 0em;	
	margin-top: 0em;
	padding: 0;
	text-align: left;
	width:12em;				/* <-- use this to tie width to viewport size */
	width: 12em;				/* <-- use this for a set width */
	background-color: #f4f7f8;
	}
 	
#content
	{
	padding:1.4em;
	}
	
#button
	{
	padding:1.0em;
	}

#content h1
	{
	color:#016975;
	font-weight: bold;
	font-size: 1.2em;
	font-family{}: helvetica, geneva, arial, sans-serif;
	}
	
#content h2
	{
	color:#016975;
	font-weight: bold;
	font-size: 0.9em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
#content p
	{
	color:#3b3b3b;
	font-size: 0.9em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #f4f7f8;
	background-image:url(images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}

	
h1
	{
	color:#016975;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
	
h2
	{
	color:#016975;
	font-weight: bold;
	font-size: 0.9em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
p
	{
	color:#3b3b3b;
	font-size: 0.9em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}

a.nav:link {color:#016975;; text-decoration: none; font-family: helvetica, geneva, arial, sans-serif; 	font-weight: bold;
	font-size: 0.8em;}
a.nav:visited {color:#016975;; text-decoration: none; font-family: helvetica, geneva, arial, sans-serif; 	font-weight: bold;
	font-size: 0.8em;}
a.nav:hover {color:#016975;; text-decoration: none; font-family: helvetica, geneva, arial, sans-serif; 	font-weight: bold;
	font-size: 0.8em;}
a.nav:active {color:#016975;; text-decoration: none; font-family: helvetica, geneva, arial, sans-serif; 	font-weight: bold;
	font-size: 0.8em;}
	

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: large;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.style4 {font-family: Arial, Helvetica, sans-serif}
.style5 {
	font-size: small;
	font-weight: bold;
}
.style6 {font-size: small}
.style7 {font-size: x-small}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
