/******************************/
/* Global styles (whole site) */
/******************************/
body {
	font: 13px/130% Georgia, "Times New Roman", Arial, sans-serif;;
	color: #025b84;
}
table, input, select, textarea {
	font: 11px/130% Arial, Verdana, Tahoma, "Lucida Grande", Arial, Helvetica, sans-serif;
}
body, div, form, p, ul, ol, li, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
/***** Links *****/
a {
/* 	font-size: 11px; */
	text-decoration: none;
	color: #648b3a;
}
a:hover {
	color: #a9ff2f;
}
/***** Headings *****/
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Arial, sans-serif;;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 14px;
}
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 {
	cursor: pointer;
	float: left;
}
.inputText, .inputPassword, .inputArea, .inputDrop {
	background: #fff;
	color: #333;
	padding: 0 4px 1px;
	float: left;
}
.inputRadio, inputCheck {
	float: left;
}
.inputButton {
	height: 20px;
	font: 13px/130% "Myriad Pro", Tahoma, "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-style: italic;
	line-height: 20px;
	border: 0;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	color: #fff;
	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;
}
.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;
}
