/******************************/
/* Global styles (whole site) */
/******************************/
body {
	font: 12px/110% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
}
table, input, select, textarea {
	font: 11px/130% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/***** Links *****/
a {
	text-decoration: none;
	color: #993300;
}
a:hover {
	color: #f56100;
}
/***** Headings *****/
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #993300;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4, h5, h6 {
	font-size: 10px;
}
/***** Lists *****/
ul, ol {
	list-style: none outside none;
}
ol.numeric {
	list-style: decimal inside none;
}
ul.circle {
	list-style: circle inside none;
	padding: 0 0 0 20px;
}
ul.disc {
	list-style: disc inside none;
}
/***** Images *****/
img {
	display: block;	
}
/***** Paragraphs *****/
p.indent {
	text-indent: 30px;
}
/***** Tables *****/
table {
	border-collapse: collapse;
	border: 1px solid #666;
}
	table td {		
		border: 1px solid #666;
		padding: 5px;
	}
.vAlign {
	width: 950px;
	border: 0;
}
	.vAlign td {
		padding: 10px 0;
		margin: 0;
		border: 0;
		vertical-align: middle;
		text-align: center;
	}
		.vAlign td img {
			width: 250px;
			margin: 0 auto;
			border: 10px solid #efe2d7;
			display: block;
		}
		.vAlign td img:hover {
			border-color: #f76200;
		}
/***** Forms *****/
textarea {
	overflow: auto;
}
select {
	padding: 0 0 0 4px;
}
option {
	padding: 1px 3px;
}
label {
	padding: 2px 0 0;
	cursor: pointer;
	float: left;
}
.plainLabel {
	cursor: default;
}
.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;
}
/***** 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;
}