/********/
/* tags */
/********/

html, body {
	height:100%;
	padding:0px;
	margin:0px;
	background-color: #ffffff;
	}

body, td, p {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

img {
	border: 0px;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00369a;
	text-decoration: none;
	font-weight: bold;	
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #30150c;
	text-decoration: underline;
	font-weight: bold;	
}


/*******/
/*links*/
/*******/




/*********/
/* texts */
/********/

.date
{
	font-size: 10px;
	color: #666666;
	font-family: Tahoma;
	text-decoration: none;
	font-weight: bold;
}


.p_gri
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9b9b9b;
}

.p_alb14
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;	
}

.p_oranj
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff6808;
	font-weight: bold;	
}

.p_blue
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00369a;
	text-decoration: none;
	font-weight: bold;		
}

.p_visiniu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9c1a0d;
}

.box_header
{
	font-family: Tahoma;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}

.caps_it {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-transform: uppercase;
}


/***************/
/* backgrounds */
/**************/

.line_pct_vert {
	background-image: url(images/bgk_3x3_px_pct.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.line_pct_oriz {
	background-image: url(images/bgk_3x3_px_pct.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.bgk_nav_vert_stg {
	background-image: url(images/nav_vert_stg_bgk.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.bgk_nav_vert_dr {
	background-image: url(images/nav_vert_dr_bgk.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


#nav ul, #links ul, #about ul, #other ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#nav ul li, #links ul li, #about ul li, #other ul li {
margin: 0px;
padding: 0px;
}
#nav ul li a, #links ul li a, #about ul li a {
	font-size: 10px;
	display: block;
	text-decoration: none;
	color: #666666;
	width: 120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8a8a8a;
	font-family: tahoma;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#other ul li a {
	font-size: 10px;
	display: block;
	text-decoration: none;
	color: #666666;
	width: 375px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8a8a8a;
	font-family: tahoma;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#nav ul li a:hover, #nav ul li a:focus {
color: #9c2800;
background-color: #d6d6d6; /*f9ca4c*/
}

#links ul li a:hover, #links ul li a:focus {
color: #9c2800;
background-color: #d6d6d6; /*f9ca4c*/
}

#about ul li a:hover, #about ul li a:focus {
color: #9c2800;
background-color: #d6d6d6; /*f9ca4c*/
}

#other ul li a:hover, #other ul li a:focus {
color: #9c2800;
background-color: #d6d6d6; /*f9ca4c*/
}