/* -*- mode: css; coding: utf-8 -*- */

@namespace "http://www.w3.org/1999/xhtml";

html {
    height: 100%;
}

body {
    height: 100%;
	margin: 0;
	background-color: #4499ff;
	background-image: url("/img/bg.gif");
	background-repeat: repeat-x;
	background-position: top;
	color:#000000;
	font-family:tahoma,sans-serif;
	font-size:11px;
}

a {	color:#1466A4; text-decoration:underline;}

a:hover {	color:#bb0000; text-decoration:underline;}

img {
    border: 0;
}

table { /* cellspacing="0" */
    border-collapse: collapse;
    border-spacing: 0;
}

td { /* cellpadding="0" */
    padding: 0;
}

.logo {
	font-family:tahoma,sans-serif;
	font-size:12px;
	color:#ddeeff;
}
.logo a {
	font-family:tahoma,sans-serif;
	font-size:12px;
	color:#ddeeff;
	text-decoration:none;
}
.logo a:hover {
	font-family:tahoma,sans-serif;
	font-size:12px;
	color:#bb0000;
	text-decoration:none;
}

.border_subject {
	font-family:tahoma,sans-serif;
	font-size:18px;
	color:#bb0000;
}

.border_text {
	color:#000000;
	font-family:tahoma,sans-serif;
	font-size:14px;
}

.border_subject a {
	font-family:tahoma,sans-serif;
	font-size:18px;
	color:#bb0000;
	text-decoration:none;
}
.border_subject a:hover {
	font-family:tahoma,sans-serif;
	font-size:18px;
	color:#bb0000;
	text-decoration:underline;
}

.menu {color:#1466A4; text-decoration:none;}
.menu a {color:#1466A4; text-decoration:none;}
.menu a:hover {color:#bb0000; text-decoration: none;}

.light {color:#444444; text-decoration:none;}
.light a {color:#444444; text-decoration:underline;}

.border_rect {
	color:#4A4D50;
	background-color: #ffffff;
	border: #000044 1px solid;
}


.medium_fill {
	background-color: #dddddd;
}

.panel_top {
	background-color: #dddddd;
	background-image: url("/img/bg-panel-top.gif");
	background-repeat: repeat-y;
	background-position: left;
}

