* {
	font-family : tahoma, verdana, arial, helvetica;
}

BODY {
	margin : 0;
	padding : 0;
	font-size : 12px;
	color : #000000;
}
BODY.mceContentBody {
	padding : 5px;
}
BODY.mceContentBody * {
}

UL, OL {
	margin-top : 0;
	margin-bottom : 0;
}
P {
	margin : 0 0 5px;
}

H1 {
	height : 20px;
	margin : 0 0 10px 0;
	padding : 10px 20px;
	background : transparent url("../images/caption-bg.png") no-repeat center left;
	color : #ffffff;
	font-size : 16px;
	font-weight : bold;
}
H2 {
	margin : 0 0 10px 0;
	padding : 4px 5px;
	background : #3878B4;
	color : #ffffff;
	font-size : 14px;
	font-weight : bold;
}

A{
	color : #3878B4;
	text-decoration : none;
}
A:hover{
	color : #3878B4;
	text-decoration : underline;
}

.perex {
	font-size : 12px;
	font-style : italic;
	font-weight : bold;
	color : #a0997f;
}

LABEL {
	float : left;
	display : block;
	width : 125px;
	padding : 5px 0;
	text-align : right;
}
.l-required {
	color : #CC2D20;
}
INPUT, TEXTAREA, SELECT {
	width : 200px;
	margin : 1px 5px 4px;
	padding : 3px 7px;
	border : 1px solid #787878;
	font-size : 12px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
INPUT.radio {
	border : 0;
	width : 10px;
	vertical-align : middle;
	cursor : pointer;
}
INPUT.button {
	width : 150px;
	padding : 5px 10px;
	border : 1px solid #003366;
	background : url('../inc/css/paladio/images/ui-bg_highlight-soft_75_043478_1x100.png') repeat-x center;
	color : #ffffff;
	font-weight : bold;
	cursor : pointer;
}
INPUT.button:hover {
	filter : alpha(opacity=75);
	opacity : 0.75;
	-moz-opacity : 0.75;
}

TABLE THEAD TD {
	background : #E0E6EB;
}
