/* CSS Document */

body {
	background-color:#EFEFEF;
	font-family: Arial, Courier, mono, sans-serif;
	font-size: small;
	text-align:center;
	}
	
a {
	text-decoration: none;
	color:#000000;
	}
	
a:hover {
	color:#FFCC00;
	}

#main_container {
	width:600px;
	border: #000000 1px solid;
	background-color:#FEFEFE;
	margin:0px auto;

	}
	
#header {
	height:174px;
	width:100%;
	background-image: url(images/linxit.jpg);
	background-repeat: no-repeat;
	}
	
h1 {
	size:5px;
	float:right;
	margin: 10px 20px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;

	}
	
h2 {
	padding-left: 5px;
	margin: 5px 0px 0px 0px;
	text-align:left;
	}
	
h3 {
	background-color:#EFEFEF;
	font-family: Arial, Courier, mono, sans-serif;
	font-size: small;
	font-style: oblique;
}
	
p {
	size: 10px;
	margin:0px;
	padding:10px;
	text-align:justify;
	}


#navigation {
	width:100%;
	border-top:  #000000 1px solid;
	border-bottom: #000000 1px solid;
	text-align:center;
	}
#navigation a {
	padding:3px;
	}
	
#content {
	width:100%;
	}
	
#footer {
	width:100%;
	border-top:  #000000 1px solid;
	text-align:center;
	font-size:9px;
	}
.bodyGray {
	font-style: italic;
	color: #666666;
}
.bodyBold {
	font-style: normal;
	color: #F90;
}
.hiddenLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	text-decoration: none;
}

