/*--------------------------------------------------------*\
   Script:  includes/css/style.css
   Purpose: Provide sitewide stylesheeting
\*--------------------------------------------------------*/

body
{
 margin: 0px;
 background-color: #ffffff;
}

br
{
 margin: 0px;
}

img
{
 border: 0px;
}

form
{
 border: 0px;
 margin: 0px;
 padding: 0px;
}

td
{
 background-color: #e9f5fe;
 font-family: verdana;
 font-size: 13px;
 color: #000000;
}

td a:link
{
 font-weight: bold;
 color: #ed1c24;
 text-decoration: underline;
}
td a:visited
{
 font-weight: bold;
 color: #ed1c24;
 text-decoration: underline;
}
td a:active
{
 font-weight: bold;
 color: #ed1c24;
 text-decoration: none;
}
td a:hover
{
 font-weight: bold;
 color: #ed1c24;
 text-decoration: none;
}

td.pagetitle
{
 padding: 3px;

 font-weight: bold;
 font-size: 16px;
}

td.contentshell
{
 padding: 3px;
}

td.blackback
{
 background-color: #000000;
}

td.whiteback
{
 background-color: #ffffff;
}

span.red
{
 color: #ed1c24;
}

input.text
{
 font-size: xx-small;
 font-family: verdana;
	width: 125px;
	height: 18px;

 border: 1px solid #000000;
 background-color: #ffffff;
 color: #000000;
}

input.button
{
 font-size: xx-small;
 font-family: verdana;
	font-weight: bold;

 border: 1px solid #000000;
 background-color: #ffffff;
 color: #000000;
}

select
{
 font-size: xx-small;
 font-family: verdana;
	width: 125px;
	height: 18px;

 border: 1px solid #000000;
 background-color: #ffffff;
 color: #000000;
}

select.extended
{
	width: 450px;
}

textarea
{
 font-size: xx-small;
 font-family: verdana;
	width: 250px;
	height: 75px;

 border: 1px solid #000000;
 background-color: #ffffff;
 color: #000000;
}