/* $Id: $ */

/* markup.css contains styles for all browsers.
 * It is loaded into an HTML document by this line:
 * <link rel="stylesheet" href="/markup.css" type="text/css" media="screen">
 */

/*-General-----------------------------------------------*/
body
{
	background-color: #FFFFFF;
	color: #00529C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}

html>body
{
	font-size: x-small;
}

a
{
	color: #697DB7;
}

a:visited
{
	color: #929FCB;
}

a:active
{
	color: #CED5E9;
}

a:hover
{
	color: #D1281B;
}

#header
{
	border: none;
}

#logo
{
	border: none;
}

#left_channel
{
	background-color: #FFFFFF;
}

#footer
{
	background-color: #FFFFFF;
}

#footer div p
{
	font-size: xx-small;
}

#main_channel
{
	border: none;
}

h1
{
	font-size: medium;
}

h2
{
	font-size: small;
}

h3
{
	font-size: x-small;
	text-transform: uppercase;
}

#columns p
{
	font-size: x-small;
}

label
{
	font-weight: bold;
}

button
{
	color: white;
	background-color: #D1281B;
	font-size: xx-small;
	padding: 0 0.5em;
}