.bg2
{
	background-image:url("bg2.jpg");
	background-repeat:repeat-x;
	background-color: #D33031
}

.line
{
	background-image: url("line.gif");
	background-repeat: repeat-x
}

.growing
{
	background-image:url("growing.png");
	background-position: left bottom;
	background-repeat:no-repeat
}

.back
{
	background-image:url("bg.jpg");
	background-position: center top;
	background-repeat:no-repeat;
	background-color: #000000
}

.back2
{
	background-image:url("back2.jpg");
	background-position: left top;
	background-repeat:no-repeat
}

.back3
{
	background-image:url("back3.jpg");
	background-position: left top;
	background-repeat:no-repeat
}

.pageBorder
{
	border: thin solid #000000;
	border-style: solid;
	border-width: 1;
	font-family: verdana; 
	font-size: 10;
	text-align: justify;
	color: #000000 
}

.pageBorderNoSides
{
	border-bottom-width: 1;
	border-top-width: 1;
	border-left-width: 0;
	border-right-width: 0;
	border-style: solid;
	border-color: #000000;
	font-family: verdana; 
	font-size: 10;
	text-align: justify;
	color: #000000
}

.heading
{
	font-family: verdana; 
	font-weight: bold;
	font-size: 14;
	color: #000000
}

.mainFontText
{
	font-family: verdana; 
	font-size: 12;
	line-height: 1.8;
	text-align:justify;
	color: #000000 
}

.mainFontTextBig
{
	font-family: verdana; 
	font-size: 11;
	text-align:justify;
	color: #000000 
}

.smallFont
{
	font-family: verdana; 
	font-size: 9;
	font-weight: bold;
	color: #FFFFFF
}

.imageBorder
{
	border: thin solid #000000;
	border-style: solid;
	border-width: 1
}

a:link 
{
	font-family: verdana; 
	color: #000000;
	font-weight: bold;
}

a:visited
{
	font-family: verdana; 
	color: #000000;
	font-weight: bold; 
}

a:hover 
{
	font-family: verdana;
	color: #000000;
	font-weight: bold; 
}

input
{
	font-size: 7pt;
	font-family: verdana;
	color: #808080;
	height:18
}

select
{
	font-size: 7pt;
	font-family: verdana;
	color: #808080
}

textarea
{
	font-size: 7pt;
	font-family: verdana;
	color: #808080;
}