/* ELEMENTS */
BODY
{
	margin-top : 0px;
	margin-right : 0px;
	margin-left : 0px;
	margin-bottom : 0px;
	background-color : #D8E7F2;
	scrollbar-face-color : #C5E1FD;
	scrollbar-highlight-color : #C5E1FD;
	scrollbar-shadow-color : #6699CC;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-track-color : #FFFFFF;
	scrollbar-base-color : #FFFFFF;
	scrollbar-darkshadow-color : #C5E1FD;
	scrollbar-3Dlight-color : #6699CC;
}

TD
{
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #000000;
}

STRONG
{
	font-weight : bold;
}

EM
{
	font-style : italic;
}

UL
{
list-style-type:circle;
}

/* CLASSI */
.FORM {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #000000;
	background-color : #FFFFFF;
	border-color : 1 solid #FFFFFF;
	scrollbar-face-color : #C5E1FD;
	scrollbar-highlight-color : #C5E1FD;
	scrollbar-shadow-color : #6699CC;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-track-color : #FFFFFF;
	scrollbar-base-color : #FFFFFF;
	scrollbar-darkshadow-color : #C5E1FD;
	scrollbar-3Dlight-color : #6699CC;
}

.text
{
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	color : #000000;
}

a.text
{
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
	color : #003562;
}

a.text:hover
{
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : underline;
	color : #003562;
}

.textlink
{
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #003562;
	text-decoration : none;
}
a.textlink
{
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #003562;
	text-decoration : none;
}
a.textlink:hover
{
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #003562;
	text-decoration : underline;
}

.title
{
	font-size : 12px;
	font-weight : bold;
	color : #003662;
}

.menu
{
	font-size : 11px;
	font-weight : bold;
	color : #003562;
}
a.menu
{
	font-size : 11px;
	font-weight : bold;
	color : #003562;
	text-decoration : none;
}
a.menu:hover
{
	font-size : 11px;
	font-weight : bold;
	color : #003562;
	text-decoration : underline;
}

.menusmall
{
	font-size : 11px;
	color : #727288;
}
a.menusmall
{
	font-size : 11px;
	color : #727288;
	text-decoration : none;
}
a.menusmall:hover
{
	font-size : 11px;
	color : #727288;
	text-decoration : underline;
}


/* CMS STYLE COSTOM */
.blueseparator
{
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #c5e1fd;
	line-height: 3px;
}

/* ID */
#10px
{
	font-size : 10px;
}

#13px
{
	font-size : 13px;
}

#normal
{
	font-weight : normal;
}

#inactive
{
	color : #666666;
	font-weight : bold;
}


/* AT-RULES */
@media print {
	.text{
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	color : #FF0030;
}
