/* HTML tags */

body {
	background-image: url("resources/bg.gif");
	background-repeat: repeat-x;
}

table {
	font-family: "verdana";
	font-size: 12;
}

a, a:visited, a:link {
	color: #263B7C;
	text-decoration: none;
}

a:hover {
	color: #6A8FFF;
}

hr {
	border: 1px dotted #666666;	
	height: 1px;
}

ul, ol {

	list-style-position: outside;

} 

/***********************************************/
/* user-defined */

.navigation {
	font-family: "verdana";
	color: #FFFFFF;
	font-size: 11px;
	margin: 0, 0, -5, 0;
}

.navigation td {
	text-align: center;
}

/*.navigation td {
	a, a:visited, a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	a:hover {
		color: #FFFFFF;
	}
}*/

a.navi_a, a.navi_a:visited, a.navi_a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.navi_a:hover {
	color: #FFFFFF;
}


.blue_a, .blue_a:visited, .blue_a:link {
	color: #6A8FFF;
	text-decoration: none;
}

.blue_a:hover {
	color: #6A8FFF;
	text-decoration: underline;
}

.stafflist td {
	vertical-align: top;	
}

input, textarea, select {
	width: 100%;
	font-family: "verdana";
	font-size: 12;
}

.footer table{
	font-size: 11;
}