﻿/*-------------------------------------------
   Body
--------------------------------------------*/
*
{
	padding: 0;
	outline: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 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;
}


/*-------------------------------------------
   Paragrpahs
--------------------------------------------*/
p
{    width: 871px;
}
p:first-letter
{
}
p:first-line
{
}

/*-------------------------------------------
   Lists
--------------------------------------------*/
ul, ol
{
}
ul
{
}

dl
{
}

dt
{
}
dd
{
}



/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

