/* CSS Document */


BODY {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 12px;
	color: #333333;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:0px;
	margin-left:0px;
	background-color:#ffffff; 
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

.text_gray {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 12px;
	color: #666666;
}

A:link {
	COLOR: #CC0000; 
	TEXT-DECORATION: none; 
	font-size: 12px;
}
A:visited {
	COLOR: #CC0000;  
	TEXT-DECORATION: none; 
	font-size: 12px;
}
A:active {
	COLOR: #CC0000; 
	TEXT-DECORATION: none; 
	font-size: 12px;
}
A:hover {
	COLOR: #CC0000;  
	TEXT-DECORATION: underline;
	font-size: 12px;
}

.empty_space {
	font-size: 5px;
	color: #ffffff;
}





.captcha {
	font-size: 18px;
	width: 90px;
	height: 22px;
	font-family: verdana;
}

.top_menu, a.top_menu:link, a.top_menu:visited, a.top_menu:active 
{
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #660000;
	TEXT-DECORATION: none;
	font-size: 18px;
	font-weight:bold;
}
a.top_menu:hover 
{
	COLOR: #da2f2f;
}


.link_1, a.link_1:link, a.link_1:visited, a.link_1:active 
{
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #CC0000;
	TEXT-DECORATION: none;
	font-size: 12px;
	margin-top: 4px;

}
a.link_1:hover 
{
	TEXT-DECORATION: underline;
}






.top_menu_selected, a.top_menu_selected:link, a.top_menu_selected:visited, a.top_menu_selected:active 
{
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #da2f2f;
	TEXT-DECORATION: none;
	font-size: 18px;
	font-weight:bold;
}
a.top_menu_selected:hover 
{
	COLOR: #660000;
}



.H1 {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
}

a.H1:link, a.H1:visited, a.H1:active 
{
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
}
a.H1:hover 
{
	TEXT-DECORATION: none;
}


.ball {

	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #FF7F00;
	font-weight: bold;
}



.H2 {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
}

a.H2:link, a.H2:visited, a.H2:active 
{
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
}
a.H2:hover 
{
	TEXT-DECORATION: none;
}

.info_category {
	color: #666666;
	font-weight: bold;
	font-size: 14px;
}

.content_cathegory {
	color: #666666;
	font-weight: bold;
	font-size: 16px;
}

.content_cathegory_2 {
	color: #666666;
	font-weight: bold;
	font-size: 16px;
}







.shad_left {
	background-image: url(images_serv/border_left.gif);
	background-repeat: repeat-y;
	background-position: left;
	border: none;
}
.shad_right {
	background-image: url(images_serv/border_right.gif);
	background-repeat: repeat-y;
	background-position: right;
	border: none;
}

.shad_top {
	background-image: url(images_serv/border_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: none;
}
.shad_bot {
	background-image: url(images_serv/border_bot.gif);
	background-repeat: repeat-x;
	background-position: botom;
	border: none;
}


.border_around_table {
border-bottom-color:#999999;
border-bottom-style: dotted;
border-bottom-width:1px;

border-top-color:#999999;
border-top-style:dotted;
border-top-width:0px;

border-left-color:#999999;
border-left-style:dotted;
border-left-width:0px;

border-right-color:#999999;
border-right-style:dotted;
border-right-width:1px;
}

.border_table_full {
border-bottom-color:#999999;
border-bottom-style: dotted;
border-bottom-width:1px;

border-top-color:#999999;
border-top-style:dotted;
border-top-width:1px;

border-left-color:#999999;
border-left-style:dotted;
border-left-width:1px;

border-right-color:#999999;
border-right-style:dotted;
border-right-width:1px;
}

.border_around_table_margin_top {

border-bottom-color:#999999;
border-bottom-style: dotted;
border-bottom-width:1px;

border-top-color:#999999;
border-top-style:dotted;
border-top-width:0px;

border-left-color:#999999;
border-left-style:dotted;
border-left-width:0px;

border-right-color:#999999;
border-right-style:dotted;
border-right-width:1px;

margin-top:8px;
}



.border_around_2 {
border-bottom-color:#999999;
border-bottom-style: dotted;
border-bottom-width:1px;

border-top-color:#999999;
border-top-style:dotted;
border-top-width:0px;

border-left-color:#999999;
border-left-style:dotted;
border-left-width:0px;

border-right-color:#999999;
border-right-style:dotted;
border-right-width:1px;

margin-bottom:5px;
}

.border_module {
border-bottom-color:#006699;
border-bottom-style:dotted;
border-bottom-width:1px;

border-top-color:#006699;
border-top-style:dotted;
border-top-width:1px;

border-left-color:#006699;
border-left-style:dotted;
border-left-width:1px;

border-right-color:#006699;
border-right-style:dotted;
border-right-width:1px;
}


.margin_right {
	margin-right: 10px;
	margin-bottom: 2px;

}

.margin_left {
	margin-left: 10px;
	margin-bottom: 2px;
}


