img { 
	border-color: #3399CC; 
}

body {
	/*background-image: url('gui/background.jpg');*/
	background-color: #99CCFF;
	/*background-color: #43A3FF;*/
	background-repeat: repeat-x;
	background-position: top;
}

.column {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #5C2605;
}
.column a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #5C2605;
	text-decoration: none;
}
.column a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #548C11;
	text-decoration: underline;
}

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	color: #003366;
}
.navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	color: #003366;
	text-decoration: none;
}
.navigation .top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	color: #000000;
}
.navigation .top a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	color: #003366;
	text-decoration: none;
}
.navigation .top a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	color: #3366FF;
	text-decoration: none;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
}
.text a {
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
.text a:hover {
	font-weight: bold;
	color: #FF6699;
	text-decoration: underline;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #000000;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: normal;
	color: #000000;
}
.medium a {
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
.medium a:hover {
	font-weight: bold;
	color: #FF6699;
	text-decoration: underline;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: normal;
	color: #003366;
}
.title-home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: normal;
	color: #003366;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	color: #003366;
	padding-left: 25px;
	padding-bottom: 20px;
}
.subtitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	color: #003366;
	padding-left: 25px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #000000;
}
.copyright a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #000000;
	text-decoration: none;
}
.copyright a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #FF0000;
	text-decoration: underline;
}

.button {
	font-family: sans-serif;
	font-size:9pt;
	font-weight:bold;
	font-style:normal;
	color:#000000;
	background-color:#99CCFF;
	border-style:outset;
	border-width:1px;
	border-color:#CCCCCC;
	height:18px;
}
