/* CSS Document */

body {
	margin: 0;
	background-color: #ffffff;
	font-family: verdana;
	font-size: 11px;
	color: #454545;
	font-weight: normal;
	text-align: left;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #069;
	font-size: 10px;
	font-weight: bold
}

a:hover {
	text-decoration: underline;
	color: #31497b;
	font-size: 10px;
}


a.main:link,a.main:visited,a.main:active {
	font-family: verdana,georgia;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

a.main:hover {
	font-family: verdana,georgia;
	font-size: 10px;
	color: #FFCC00;
	text-decoration: none;
}

img {
	border : 0 none; 
}

input, textarea {
	border: 1px inset #999999;
	font-family: verdana;
	font-size: 10px;
	color: #444444;
    background-color: #ffffff;
	background-repeat: repeat-x
}

input.checkradio {
	border: 0 none
}

input.button {
	font-size: 10px;
	font-weight: bold; 
	color: #ffffff;
	background-color: #454545;
	font-family: verdana,tahoma;;
	border: 1px outset;
	padding: 1px
}

select {
	border: 1px solid #999999; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

option, optgroup {
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	font-style: normal
}

table, tr, td {
	border-collapse: collapse; 
	font-size: 11px; 
	letter-spacing: 3;
	font-family: verdana,tahoma; 
}

form {
	margin:0
}

/* layout */

#outer {
	width: 700px;
	margin: auto;
}
