@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:  sans-serif ,"Microsoft Sans Serif", Verdana;
	font-size:14px;
	color:#555555;
}
.txttitle {font-size: 16px}
.txttitleorange {
	color: #FF7F0A;
	font-size: 24px;
}
.txttitlegreen {
	color: #666600;
	font-size: 24px;
}
.txttitleblue {
	color: #2891a6;
	font-size: 24px;
}
.txtgrey {color: #555555}
.txtred {color: #FF0000}
.txtBlue { color:#0000FF;}
.txtdarkgreen {
	color: #003300;
	font-weight: bold;
	font-size: 18px;
}
.linebuttom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
.lineleft {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
.linetop {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #8fbb22;
	border-right-color: #8fbb22;
	border-bottom-color: #8fbb22;
	border-left-color: #8fbb22;
}
a:link {
	text-decoration: none;
	color:#555555;
}
a:visited {
	text-decoration: none;
	color:#555555;
}
a:hover {
	color:#FF6600;
}
a:active {
	text-decoration: none;
	color:#555555;
}
.txtwhite {
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
}
.txtwhite2 {
	color: #ffffff;
}
.txtwhite3 {
	color: #ffffff;
	background:#666666;
}
.tblGrey {
	background-color: #FFFFFF;
	border: 1px dashed #666666;
	background:#EEEEEE;
}
.txtbox {
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	background:#FFFFFF;
}
.txtnoborder {
	border: none;
	background: #FFFFFF;
}
.sidebar {
	float: right;
	padding: 0px 10px 0px 0px;
	width: 220px;
	color: #666666;
	overflow: hidden;
}
.sidebartitle{
	font-weight:bold;
	font-size: 16px;
	padding:2px 2px 2px 6px;
	margin: 20px 0px 2px;
	height:30px;
}
h2 {
	color: #000000;
}
input[type="submit"]{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 20px;
	cursor: pointer;
}

