/******************************/
/* Global styles (whole site) */
/******************************/
body {
	font: 11px/130% Tahoma, "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
}
/* font-size for tables is not inherited in IE5.x */
table, input, select, textarea {
	font: 11px/130% Tahoma, "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	color: #505050;
}
body, div, form, p, ul, ol, li, h1, h2, h3, h4, h5, h6 {
	color: #505050;
	font-weight: normal;
}
/***** Links *****/
a, a:link, a:visited {
	color: #142366;
	text-decoration: none;
}
a:hover {
	color: #142366;
}
/***** Headings *****/
h1 {
	color: #27b9de;
	font-size: 25px;
	font-weight: normal;
}
h2 {
	font-size:14px;
}
h3 {
	font-size:12px;
}
h4, h5, h6 {
}
/***** 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;*/
}
ul {
	list-style-type: none;
}
ol {
	list-style-type: none;
}
/***** Paragraphs *****/
p {
	/* text-indent: 20px; */
}
/***** Forms *****/
textarea {

}
select {
	padding: 2px 0;
}
option {
	padding: 1px 3px;
}
.inputText, .inputPassword, .inputArea {
	padding: 1px 4px;
	color: #3f4a50;
	font-weight: bold;
	font: 11px/130% Tahoma, "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	border: 1px solid #dedede;
}
.inputButton {
	font-size: 10px;
	line-height: 20px;
	border: 0;
	cursor: pointer;
	overflow: hidden;
}
label {
	cursor: pointer;
	font-size: 11px;
}
/***** Common classes *****/
.clear {
	clear: both;
	height: 0px;
	display: block;
	overflow: hidden;
	font-size: 1px;
}
.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;
}