/* CSS Document */
a {
    text-decoration: none;
    font-weight: bold;
    border: none;
}

a:active {
	color:			#29135C;
}

a:hover {
    color:			#5C5C5C;
    text-decoration:underline;
}

a:link {
	color:			#29135C;
}

a:visited {
	color:			#29135C; 
}

body {
	background-color: #DFDFDF;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	padding-top: 10px;
	margin: 0 auto;
	width: 790px;
}

.centralbody {
	text-align: left;
	border: 1px dashed #CCCCCC;
	/*background-color: #F9F9F9;*/
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
	height: 400px;
	background-image:url(images/vigo.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.content {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 5px;
}

.headerwrapper {
	background-color: #FFFFFF;
	text-align: right;
	padding: 5px;
}

.footer {
	text-align: right;
	background-color: #FFFFFF;
	padding: 3px;
	height: 20px;
}

.clearing {
	clear: both;
}

img.noborder {
	text-decoration:none;		
	border:none;
}

/*a {
	text-decoration:none;
}*/

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}

.linklist{
	position:relative;
	top:160px;
	float:left;
}

.linklist ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

.linklist li{
	padding:0px;
}