/* Text Styles */
body,td,input,textarea,select {

	font-family: arial;
	font-size: 11px;
	color: #000000;
	line-height: 18px;

}

body {

	/* Scroll bars */
	scrollbar-arrow-color: #666666;
	scrollbar-base-color: #f0f0f0;
	scrollbar-darkshadow-color: #FFFFFF;

}

.gray {

	color: #646464;

}

.gray_small {

	font-size: 10px;
	color: #646464;

}

.white { 

	color: #FFFFFF;
	line-height: 18px;

}

.brown {

	color: #382401;

}

b {

	color: #333333;

}

/* Link Styles */
a.blacklink {

	color: #000000;
	text-decoration: none;

}
a.blacklink:hover {

	color: #664202;

}

a.gray {

	color: #646464;
	text-decoration: underline;

}
a.gray:hover {

	color: #000000;

}

a.gray_noline {

	color: #646464;
	text-decoration: none;

}
a.gray_noline:hover {

	color: #000000;

}

a.white {

	color: #FFFFFF;
	text-decoration: none;

}
a.white:hover {

	color: #D7D7D7;

}

a.white_small {

	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;

}
a.white_small:hover {

	color: #D7D7D7;

}

/* Input Styles */
input {

	background-color: #efefef;
	border: solid 1px #666666;
	line-height: 13px;
	padding-left: 4px;
	padding-right: 4px;

}
input.noborder {

	background-color: #efefef;
	border: 0px;
	line-height: 13px;
	padding-left: 4px;
	padding-right: 4px;
	height: 14px;

}
textarea {

	background-color: #efefef;
	border: solid 1px #666666;
	line-height: 13px;
	padding: 4px;

}

input.white {

	background-color: #ffffff;
	border: solid 1px #8F8F8F;
	line-height: 13px;
	height: 15px;
	padding-left: 4px;
	padding-right: 4px;

}


input.button {

	background-color: #efefef;
	border: solid 1px #666666;
	line-height: 14px;
	border: solid thin #e0e0e0;
	
}

input.noborder_white {

	background-color: #ffffff;
	border: 0px;
	height: 11px;
	line-height: 9px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: px;

}

.spacer {
	visibility: hidden;
}

/* Titles */
.graytitle { 

	font-weight: bold;
	color: #646464;

}
.title { 

	font-weight: bold;
	color: #000000;

}

/* Print Page */
.printtitle {

	font-size: 14px;
	font-weight: bold;
	color: #000000;

}