@charset "iso-8859-2";
/* CSS Document */

body {
	margin:0px;
/*	background-color: #e3e3ff;*/
	background-color: #7777FF;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0px;
}

td {
	background:#CCC;
}


h1{
	font-size: 20px;
	color: #000066;
	font-weight: bold;
}


h2{
	font-size: 16px;
	color: #000066;
}

.x_content {
	background-color: #FFFFFF;
	
}

a:link, a:active, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #010066;
	border-width:0px;
}
hr {
color: #5d5d5d;
}

.c_img, .c_img a:link, .c_img a:active, .c_img a:visited{
    border-width: 2px;
    border-color: #4F0000;
}

.header {
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
	margin-top: 4px;
	margin-bottom: 8px;
}

.col_left{
	background-image: url(images/bg_left.gif);
	background-repeat: repeat-y;
	background-position: right;
/*	max-width: 72px;*/
}

.col_right{
	background-image: url(images/bg_right.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.content_main {
	/*  margin: 	0px 21px 0px 21px; */
    text-align: left;
	padding: 	10px;
	color: #333333;
	background-color: #FFFFFF;
/*	display: block;*/
	/*  color: 	#555;
  font-family:	Arial, Times, serif;
  line-height:	1.3em;*/
/*  
	display: compact;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;*/
}
.content_main a:link,.content_main a:active,.content_main a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border-width:0px;
	height: 800px;
}
.content{
    width: 738px;
    display: block;  
	float: none;
    text-align: left;
 
/*	display: compact;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;*/
}

.content_inn, .content_inn h1{
    text-align: left;    
}

.content_inn h1, .content h1{
    display: block;
    text-align: left;   
    vertical-align: middle;
    padding-left: 10px; 
    background-color: #FFFFFF;
    color: #FFFFFF;
    /*height: 1.4em;*/
    height:40px;
}