/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, tr, td, form, fieldset, a, button,img {
     padding: 0;
     border: 0;
	 font-family: Verdana,Arial,Helvetica,sans-serif;
	 font-size:10pt;
	 color:#444444;
}

.content
{
	 font-family: Verdana,Arial,Helvetica,sans-serif;
	 font-size:10pt;
	 color: #444444;
}

.active {
    display: block;
    width: 100px;
    float: left;
}
.inactive {
    display: none;
}
 
.goleft, .goright {
    cursor: pointer;
}

body{ 
	text-align:center; 
	margin-right: auto;
	margin-left:auto; 
	background-color: #FFFFFF;
}

b 
{
	color:#555555;
	font-weight: bold;
}

.masterheader
{
	background-image:url(Images/masterheader_bg.png);
	background-repeat:repeat-x;	
	text-align:left;
}

.tdmenuitem
{
	width: 77px;
    text-align: center;
    cursor: pointer;
}

.ptr 
{
	src: url('../../images/blue/ptr.gif');
	width:15px;
	height:12px;
}

.browntext7pt
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:7pt;
	color:#444444;
}
.browntext10pt
{
	font-size:10pt;
	color:#444444;
}

.browntext12pt
{
	font-size:12pt;
	color:#444444;
}

.brownlink10pt
{
	font-size:10pt;
	color:#444444;
	font-style: normal;
	text-decoration:none;
}

.brownlinku10pt
{
	font-size:10pt;
	color:#444444;
	font-style: normal;
	text-decoration:underline;
}

.blackLink10pt
{
	font-size:10pt;
	color:#000000;
	font-style: normal;
	text-decoration:none;
}

h1 {
	margin-top:1em;
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	margin-top:1em;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: normal;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}

p  {margin: 1em 0;}

a {text-decoration:underline;}

a:hover {text-decoration:none;}


