/* generic classes */
body
{
	scrollbar-base-color		: #ffffff;
	scrollbar-face-color		: #5C755E;
	scrollbar-track-color		: #ffffff;
	scrollbar-arrow-color		: #ffffff;
	scrollbar-highlight-color	: #5C755E;
	scrollbar-3dlight-color		: #ffffff;
	scrollbar-shadow-color		: #ffffff;
	scrollbar-darkshadow-color	: #ffffff;
	background-color 			: #e2e2e2;
	color 						: #5C755E;
	font-size 					: 11px;
	letter-spacing 				: normal;
	line-height 				: 15px;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	clip:    rect(auto auto 0px auto);








}

td
{
font-family					: arial, verdana, sans-serif;
font-size					: 11px;
}

td small
{
font-family					: verdana, arial, sans-serif;
font-size					: 9px;
}

td strong
{
font-family					: arial, verdana, sans-serif;
font-size					: 14px;
font-weight					: bold;
color						: #5C755E;
}

/*links*/
a.link:link					{font-family : arial; color : #5C755E; text-decoration : none;}
a.link:visited				{font-family : arial; color : #8FB592; text-decoration : none;}
a.link:hover				{font-family : arial; color : #8FB592; text-decoration : none;}

a.textlink:link				{font-family : arial; font-size : 10px; color : #5C755E; text-decoration : none;}
a.textlink:visited			{font-family : arial; font-size : 10px; color : #587993; text-decoration : none;}
a.textlink:hover			{font-family : arial; font-size : 10px; color : #8FB592; text-decoration : none;}

a.navilink:link				{font-family : verdana; font-size : 10px; font-weight : bold; color : #5C755E; text-decoration : none;}
a.navilink:visited			{font-family : verdana; font-size : 10px; font-weight : bold; color : #8FB592; text-decoration : none;}
a.navilink:hover			{font-family : verdana; font-size : 10px; font-weight : bold; color : #8FB592; text-decoration : none;}

a.whitelink:link			{font-family : verdana; font-size : 10px; font-weight : bold; color : #ffffff; text-decoration : none;}
a.whitelink:visited			{font-family : verdana; font-size : 10px; font-weight : bold; color : #ffffff; text-decoration : none;}
a.whitelink:hover			{font-family : verdana; font-size : 10px; font-weight : bold; color : #8FB592; text-decoration : none;}


/* generic bg classes */
.white
{
background-color			: #ffffff;
}

.green
{
background-color			: #5C755E;
color						: #ffffff;
}

.grey
{
background-color			: #eeeeee;
color						: #666666;
padding						: 5px;
}

.lightgrey
{
color						: #5C755E;
}

/* generic bg classes */
.pad10px
{
padding						:10px;
}

/*div classes*/
#scroll
{
	overflow					: auto;
	scrollbar-base-color		: #ffffff;
	scrollbar-face-color		: #5C755E;
	scrollbar-track-color		: #ffffff;
	scrollbar-arrow-color		: #ffffff;
	scrollbar-highlight-color	: #5C755E;
	scrollbar-3dlight-color		: #5C755E;
	scrollbar-shadow-color		: #5C755E;
	scrollbar-darkshadow-color	: #ffffff;
	width						: 440px;
	height						: 200px;
	text-align					: left;
	padding						: 0px 10px 0px 0px;
}

/*bullets*/
li
{
margin				: 5px 0px 0px 10px;
list-style 			: square;
line-height 		: 14px;
}

ul
{
margin				: -5px 0px 0px 0px;
padding				: 5px 0px 0px 5px;
}

/*forms*/
.textfield
{
width				: 135px;
height				: 16px;
border				: 1px solid #5C755E;
font-size			: 10px;
font-family			: Arial, Helvetica, sans-serif;
}

.textarea
{
overflow			: auto;
width				: 135px;
height				: 50px;
border				: 1px solid #5C755E;
font-size			: 10px;
font-family			: verdana;
}

.button
{
width				: 55px;
height				: 16px;
background-color	: #5C755E;
color				: #ffffff;
font-size			: 9px;
font-family			: verdana;
border				: 1px solid #5C755E;
}
.grey2 {
	background-color: #AEB9C4;
	color: #FFFFFF;

}
.bg {
	background-attachment: scroll;
	background-image: url(../images/bglines.gif);
	background-repeat: no-repeat;
	background-position: center top;





}
.bgwhite {
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;

}
.border {
	border: 1px solid #5C755E;
}
