/* SCREEN */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        line-height: 1.75;
	color: #fafafa;
}

body {
	background-color: #2775b0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/gui/bg.jpg);
	background-repeat: repeat-x;
}

hr {
	border: 0;
	height: 0;
	width: 100%;
	color: #2775b0;
	background-color: #2775b0;
	border-bottom: #57cbff solid 1px;
}

h1 {
	font-family: Georgia, times, san-serif;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-family: Georgia, times, san-serif;
	color: #57cbff;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 5px 0;
	padding: 10px 0 0 0;
	border-bottom: #57cbff solid 1px;
}

h3 {
	color: #f3c442;
	font-size: 16px;
	line-height: 15px;
	font-weight: bold;
}

a:link, a:visited {
	color: #00ffff;
	text-decoration: underline;
}

a:active, a:hover {
	color: #45a8d4;
	text-decoration: none;
}

/* CONTENT */

#main {
    padding: 10px 40px 25px 40px;
}

#column {
	padding: 35px 0 0 0;
}

#footer {
    padding: 0 40px 25px 40px;	
	text-align: center;
	font-size: 11px;
    font-weight: bold;
	color: #57cbff;
}

/* CLASSES */

.insetl {
	padding: 1px;
	border: #1a5f93 solid 6px;
	background: #fafafa;
	float: left;
	margin: 0 10px 10px 0;
}

.insetr {
	padding: 1px;
	border: #1a5f93 solid 6px;
	background: #fafafa;
	float: right;
	margin: 0 0 10px 10px;
}

.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

.credits a {
	color: #539dc2;
}	

/* END */

