html, body {
	scroll: on;
    background-color: #E1E1E1;
    height: 100%;
    margin: 0;
    padding: 0;
}


#frame {
    background-color: #ffffff;
	width: 900px;
    height: 100%;
	margin: 0px auto 0;

}

#nav {
    float:left;
    width: 200px;
    background-image: url(/images/nav_bg.gif);
    background-repeat: repeat-y;
	 height: 100%;
}

#ticker {
	width: 600px;
}

#content {
	width: 600px;
    height: 100%;

}





.text, td, p, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
 color: #4D4738;
 color: #2D2D2D;
}
.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #FE030C;
	font-weight: bold;

}
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-decoration: none;

}

hr {
    color: #FC090F;
}


.navtext:hover {
	color: #464030;
}

.navtext2 {
	font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
}

.navtext2:hover {
	color: #464030;
}

.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FE030C;
	font-weight: bold;

}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #ff0000;
	font-weight: bold;
//	text-decoration: none;
}
.head0 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FE030C;
	font-weight: bold;
}

h2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 color: #000;
 font-weight: bold;
}

.tinytext {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9px;
 color: #4D4738;
 text-decoration: none;
}

.highlight {
 font-family: Arial, Helvetica, sans-serif;
 color: #ff0000;
 font-weight: bold;
}
          