﻿/*-------------------------------------------
   Body
--------------------------------------------*/
*
{
	margin: 0;
	padding: 0;
	outline: 0;
}

.mainbody
{
	background: url(../images/background.png) repeat;
	font: 12px/170% 'Lucida Grande' , 'Lucida Sans Unicode' , Geneva, Verdana, sans-serif;
	color: #6B6B6B;
	height: 100%;
}

.subbody
{
	font: 12px/170% 'Lucida Grande' , 'Lucida Sans Unicode' , Geneva, Verdana, sans-serif;
	color: #6B6B6B;
	height: 100%;
	margin: 0 30px 0 30px;
}

/*-------------------------------------------
   Links
--------------------------------------------*/
a, a:visited
{
	color: #cf0b01;
	background: inherit;
	text-decoration: none;
}
a:hover
{
	color: #01abcf;
	background: inherit;
	text-decoration: underline;
}

/*-------------------------------------------
   Headers
--------------------------------------------*/
h1, h2, h3
{
	font-family: 'Trebuchet MS' , 'Helvetica Neue' , Arial, Sans-serif;
	font-weight: Bold;
	color: #5a5852;
}

h1
{
	font-size: xx-large;
	color: #66645e;
}
h2
{
	font-size: x-large;
	color: #cf0b01;
}
h3
{
	font-size: larger;
	color: #66645e;
}

h4
{
	font-size: large;
	color: #66645e;
}

h5
{
	font-size: medium;
	color: #cf0b01;
}

/*-------------------------------------------
   Tables
--------------------------------------------*/

table
{
	width: 100%;
}

tr
{
}

td
{
}

/*-------------------------------------------
   Paragrpahs
--------------------------------------------*/
p
{
	padding: 3px 1px;
}
p:first-letter
{
}
p:first-line
{
}

/*-------------------------------------------
   Lists
--------------------------------------------*/
ul, ol
{
	margin: 10px 20px;
	padding: 0 20px;
}
ul
{
	list-style: none;
}

dl
{
	padding: 10px;
	margin: 0;
}

dt
{
	font-weight: bold;
	color: #79A62E;
}
dd
{
	padding-left: 25px;
}




