body {
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #666666;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 13px;
	}
	
html>body {text-align: -moz-center;}

	table {
	padding: 0px;
	margin: 0px;
	text-align: center;
	}
	
	td {
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: left;
	padding: 0px;
	margin: 0px;
	line-height: 13px;
	}
	
.main {
	margin: 0 auto;
}

.shadow {
	background-image: url(images/shadow.gif);
}

.outline {
	border-style:solid;
	border-width: 1px;
	border-color: #000000;
}

.homecontent {
	background-image: url(images/home_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 41px;
}

.homecontent2 {
	background-color:#D1D1D1;
	padding-left: 0px;
	padding-top: 4px;
}

.heading {
	background-color:#BCC1C6;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
}

.content {
	background-color: #D1D1D1;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.issues {
	background-image: url(images/issues_bg.png);
	padding-top: 2px;
	padding-bottom: 2px;
}

.right {
	text-align: right;
}

.sidebar {
	background-color: #000000;
	padding-top: 15px;
	background-image: url(images/sidebar_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	color:#999999;
	font-weight: bold;
}

.sidebar2 {
	background-color: #000000;
	padding-top: 15px;
	color:#999999;
	font-weight: bold;
}

.sidebar a:link {
	color: #999999;
}

.sidebar a:active {
	color: #999999;
}

.sidebar a:visited {
	color: #999999;
}

.sidebar a:hover {
	color: #999999;
}

.sidebar2 a:link {
	color: #999999;
}

.sidebar2 a:active {
	color: #999999;
}

.sidebar2 a:visited {
	color: #999999;
}

.sidebar2 a:hover {
	color: #999999;
}

.footer {
	text-align: right;
	padding-right: 8px;
	padding-top: 3px;
}

a:link {
          color: #000000;
          font-weight: bold;
          text-decoration: none;
        }
        
        a:active {
          text-decoration: none;
          font-weight: bold;
          color: #000000;
        }
        
        a:visited {
          text-decoration: none;
          font-weight: bold;
          color: #000000;
        }
        
        a:hover {
          text-decoration: underline;
          font-weight: bold;
          color: #000000;
        }
        
.input {
    font-family: verdana,sans-serif;
    font-size: 11px;
    color: #666666;
    background-color:#ffffff;
    border-style: solid;
    border-width: 1px;
    border-color:#999999;
    }
    
.input_btn {
		font-family: verdana,arial,sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #ffffff;
		background-color: #003366;
		border-style: solid;
		border-width: 1px;
		border-color: #999999;
		}
		
.form {
	background-color: #BCC1C6;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 25px;
}

.xena {
	background-image: url(images/xena_header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #D1D1D1;
	padding-left: 110px;
	padding-top: 70px;
	padding-right: 10px;
	padding-bottom: 0px;
}

.event {
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	padding:2px;
	font-weight:bold;
}