/* 
===================================================
		HEADING CLASS
===================================================
*/
h1.page-title {
	font-size:20px;
	font-weight:normal;
	border-bottom:1px solid #d00;
	padding:0 0 2px 0;
	margin:0 0 10px 0;
	color:#d00;
	text-transform:uppercase;
	text-align:left;
}

h1.sub-title {
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #286caf;
	padding:0 0 2px 0;
	margin:0 0 10px 0;
	color:#286caf;
	text-transform:uppercase;
	text-align:left;
}
/* ============================================= */





/* 
===================================================
		ORDER LIST
===================================================
*/
ol { list-style-type:decimal !important; margin:0 !important; padding:0 0 0 20px !important; }
ul { list-style-type:disc !important; }
ol li, ul li { padding-bottom:10px !important; line-height:150% !important; font-family:verdana; }
/* ============================================= */





/* 
===================================================
		FORM
===================================================
*/
form {
	margin:0px;
	padding:0px;
}

input, select, textarea, option, label {
	font-size:9pt;
}

input.text {
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px 6px;
}

input.login-text {
	background-color:#a73334;
	border:1px solid #da6c6a;
	color:#f7ec01;
	padding:2px 6px;
	width:86px;
}

input.button {
	height:26px;
	padding:0 10px;
	background:url('../images/button-bg-normal.jpg') repeat-x #9c9c9c;
	color:#000;
	font-weight:bold;
	border:1px solid #787878;
	font-size:9pt;
	text-align:center;
}

input.button:hover {
	background:url('../images/button-bg-hover.jpg') repeat-x #9c9c9c;
	color:#222;
	cursor:pointer;
}

select {
	background-color:#FFFFFF;
	border:1px solid #ccc;
}

textarea {
	background-color:#fff;
	border:1px solid #ddd;
	line-height:150%;
	padding:10px;
}
/* ============================================= */





/* 
===================================================
		NAVIGATION
===================================================
*/
a {
	text-decoration:none;
}