/* General styles */
body,th,td,tt,p,div,span {
	color: #000000;
	font: 12px verdana, tahoma, arial, sans-serif;
}
body,form,div {
	margin:	0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
}
body {
	background-color: #ffffff;
	min-width: 960px;
}
input,textarea,select {
	color: #000000;
	font: 12px verdana, tahoma, arial, sans-serif;
	padding: 0px;
	margin: 0px 3px 0px 0px;
}
input, textarea {
	padding: 1px;
}
textarea {
	margin: 0px;
}
.input-text {
	color: #000000;
	border: 1px solid #a1a1a1;
	vertical-align: top;
	font-weight: normal;
}
.input-textarea {
	border: 1px solid #a1a1a1;
	font-weight: normal;
}
.input-text-100 {
	color: #2d2d2d;
	border: #333333 1px solid;
	width: 100%;
}
p {
	margin-top:	6px;
	margin-bottom: 0px;
	color: #2c2b2b;
	font-weight: normal;
}
span {
	color: #2d2d2d;
	font: bold 12px verdana, tahoma, arial, sans-serif;
}
span:hover{
	font: bold 12px verdana, tahoma, arial, sans-serif;
	text-decoration: none;
}
a {
	font: 12px verdana, tahoma, arial, sans-serif;
}
a:link, a:visited, a:active {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #7ac043;
	text-decoration: none;
}

.contact:link, .underlined:visited, .underlined:active {
	color: #262161;
	text-decoration: none;
	font-weight:normal;
}
.contact:hover {
	color: #7ac043;
	text-decoration: underline;
	font-weight:normal;
}

.underlined:link, .underlined:visited, .underlined:active {
	/*inherits*/
}
.underlined:hover {
	/*inherits*/
	color: #FF6600;
	text-decoration: underline;
}
.underlined-bold:link, .underlined-bold:visited, .underlined-bold:active {
	font-weight: bold;
}
.underlined-bold:hover {
	font-weight: bold;
}
.hand {
	cursor: pointer;
}
.nowrap {
	white-space: nowrap;
}
hr {
	border: solid #ffffff 0px;
	border-top-width: 1px;
	height: 0px;
}
.dark-hr {
	border: solid #d5d5d5 0px;
	border-top-width: 1px;
	height: 0px;
	margin: 14px 0px 19px 0px;
}
.page-title:link, .page-title:visited, .page-title:active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.page-title:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.error-text {
	color: #f27a00;
	font-weight: bold;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear-both {
	clear: both;
	font-size: 0px;
}
/* /General styles */
