/******************************/
/* Global styles (whole site) */
/******************************/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 130%;
	color: #000;
}
body.fs1 {
	font-size: 9px;
}
body.fs2 {
	font-size: 10px;
}
body.fs3 {
	font-size: 11px;
}
body.fs4 {
	font-size: 12px;
}
body.fs5 {
	font-size: 13px;
}
/* font-size for tables is not inherited in IE5.x */
input, select, textarea {
	font: 10px/100% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/***** Links *****/
a {
	text-decoration: none;
	color: #f9c;
}
a:hover {
	color: #666;
}
/***** Headings *****/
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #f9c;
}
h1 {
	font-size: 15px;
}
body.fs1 h2 {
	font-size: 11px;
}
body.fs2 h2 {
	font-size: 12px;
}
body.fs3 h2 {
	font-size: 13px;
}
body.fs4 h2 {
	font-size: 14px;
}
body.fs5 h2 {
	font-size: 15px;
}
h3 {
	font-size: 11px;
}
h4, h5, h6 {
	font-size: 10px;
}
/***** Lists *****/
ul, ol {
	/* There are diferences when nesting LISTS in IE6/7 and FF. Margin-left 20px is good in FF, ~25px is good in IE6/7 */
	/* Please, do not remove this comment, but change (or comment) declaration when needed */
	/*margin-left: 21px;*/
	list-style-type: none;
}
/***** Paragraphs *****/
p {
	/* text-indent: 20px; */
}
/***** Tables *****/
table {
	border-collapse: collapse;
	border: 1px solid #666;
}
	table td {		
		border: 1px solid #666;
		padding: 5px;
	}
/***** Forms *****/
textarea {
	overflow: auto;
}
select {
	padding: 0 0 0 4px;
}
option {
	padding: 1px 3px;
}
label {
	padding: 2px 0 0;
	cursor: pointer;
	float: left;
}
.inputText, .inputPassword, .inputArea, .inputDrop {
	background: #fff;
	padding: 0 4px 1px;
	border: 1px solid #b4b4b4;
	color: #333;
	float: left;
}
.inputRadio, .inputCheck {
	float: left;
}
.inputButton {
	/*height: 20px;*/
	font: 13px/130% Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 20px;
	/*border: 0;*/
	text-align: center;
	color: #000;
	cursor: pointer;
	overflow: hidden;
	float: left;
}
.button1 {
	/*background: url(../img/content/button_1.gif) no-repeat;*/
	width: 76px;
}
.button2 {
	/*background: url(../img/content/button_2.gif) no-repeat;*/
	width: 140px;
}
.inputButton:hover {
	/*background-position: 0 -20px;*/
	color: #333;
}
.vAlign {
	border-collapse: collapse;
	border: 0;
}
	.vAlign td {
		vertical-align: middle;
		text-align: center;
		padding: 0;
		margin: 0;
		border: 0;
	}
		.vAlign td img {
			margin: 0 auto;
			display: block;
		}
/***** Common classes *****/
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	overflow: hidden;
	display: block;
}
.hr {
	background-color: #aeaeae;
	margin: 0;
	padding: 0;
	border: none;
	height: 1px;
	overflow: hidden;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.img-left {
	float: left;
	margin: 4px 10px 4px 0;
}
.img-right {
	float: right;
	margin: 4px 0 4px 10px;
}
.center {
	margin: 0 auto;
}