@charset "utf-8";
/* CSS Document */

/** {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}*/

p {
	font-family: tahoma;
	font-size: 12px;
	color:#000000;
	line-height: 1.4;
	text-align: justify;
}

.content {
	padding-left:5px; 
	padding-right:5px;
	border-left: 1px solid red; 
	font:tahoma; 
	font-size:12px; 
	line-height:1.2;
}

li {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	line-height: 1.6;
	margin-left:50px;
}
	

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#red;
	font-weight:bold;
	text-decoration:none;
}

/*.menu {
	border: 1px solid red;
}

a.menu {
	text-decoration:none;
	color:white;
	background-color: transparent;
	width:100%;
	border: 1px solid red;
	display: block;
}

a.menu:hover {
	color:red;
	background-color: black;
}
*/



h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align:center;
}

h2 {
	text-align:center;
	color:red;
}

h3 {
	text-align:center;
	color:red;
	margin-bottom:2px;
}

h4 {
	text-align:center;
	color:black;
	margin-top:2px;
}

.starback { 
	background-image:url(../images/redbk.gif) ;
	background-repeat:repeat;
}

.inxhdr {
	display:block;
	margin-left:auto; 
	margin-right:auto; 
	width:800px; 
	height:100px; 
	margin-top:10px;
	border: solid 2px black;
}
.inxbkhd {
	width:810px; 
	height:110px; 
	background-color:#FFFFFF;
	display:block;
	margin-left:auto; 
	margin-right:auto; 
}

/*.navig {
	display:block; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:5px; 
	text-align:center; 
	height:30px;
	background-image:url(/images/nav-blk-shn.png);
	background-repeat:repeat-x;
	color:white;
	padding-top:10px; 
	height:30px; 
	font-weight:bold;*/
	
}

.inxcontent {
	display:block; 
	margin-left:auto; 
	margin-right:auto; 
	width:680px; 
	padding:10px;
}

.footer {
	display:block; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:20px; 
	padding:0;
	background-color:red;
	background-repeat:no-repeat;
	width 800px;
	height: 100px;
	background-position:center;
	border: 2px solid black;
}