﻿body 
{
	font-size:12px;
	color:#666666;
	width:100%;
	font-family:Arial;
	margin:0px;
}

/***** normal *****/
.standardBold
{
	color:#666666;
	font-weight:bold;
}
.standardLink
{
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
}
.subTitle
{
	color:#666666;
	font-size:16px;
}
.title
{
	color:#000000;
	font-size:18px;
}

/***** GREEN *****/
.standardGreen
{
	color:#669900;
}
.standardGreenBold
{
	color:#669900;
	font-weight:bold;
}
.standardGreenLink
{
	color:#669900;
	font-weight:bold;
	text-decoration:underline;
}
.subTitleGreen
{
	color:#669900;
	font-size:14px;
}
.titleGreen
{
	color:#669900;
	font-size:18px;
}

a:link
{
	color:#669900;
	text-decoration:none;
}
a:visited
{
	color:#669900;
	text-decoration:none;
}
a:hover
{
	background-color:#ebebeb;
	color:#669900;	
	
}
