﻿body 
{
    background-color:#a3d39c;
}

/*layout*/
.wrapper
{ 
	margin: 0 auto;
	width:800px;
    border-bottom: black 1px solid; border-left: black 1px solid; border-top: black 1px solid; border-right: black 1px solid; }

.header
{
	background: #464646;
	width: 800px;
}

.content
{
    width: 780px;
    text-align: left;
    background-image: url(_Images/content_back.jpg);
    padding-left:10px;
    padding-right:10px;
    padding-bottom:20px;
}

h1
{
	color:#696969;
	font-family:Trebuchet MS;
	font-size:25px;
	font-weight:bold;
}



/* ------------------------------------------------------------- Font Size*/

.f8
{
	font-family:Trebuchet MS;
	font-size:8px;
}

.f10
{
	font-family:Trebuchet MS;
	font-size:10px;
}

.f11
{
	font-family:Trebuchet MS;
	font-size:11px;
}

.f12
{
	font-family:Trebuchet MS;
	font-size:12px;
}

.f13
{
	font-family:Trebuchet MS;
	font-size:13px;
}

.f14
{
	font-family:Trebuchet MS;
	font-size:14px;
}

.f15
{
	font-family:Trebuchet MS;
	font-size:15px;
}

.f16
{
	font-family:Trebuchet MS;
	font-size:16px;
}

.f18
{
	font-family:Trebuchet MS;
	font-size:18px;
}

.f19
{
	font-family:Trebuchet MS;
	font-size:19px;
}

.f20
{
	font-family:Trebuchet MS;
	font-size:20px;
}

/* ------------------------------------------------------------- Font Color*/
.gray
{
	color:#696969;
}

.graylt
{
    color:#b7b7b7;
}

.black
{
	color:#000000;
}

.white
{
	color:#ffffff;
}

a.white:link
{
	text-decoration:underline;
	color:#ffffff;
}

a.white:visited
{
	text-decoration:underline;
	color:#ffffff;
}

a.white:hover 
{
	text-decoration:none;
	color:#f5f5f5;
}

a.black:link
{
	text-decoration:underline;
	color:#000000;
}

a.black:visited
{
	text-decoration:underline;
	color:#000000;
}

a.black:hover 
{
	text-decoration:none;
	color:#464646;
}
