/*

	Green Grafix Hosting Stylesheet
	stylesheet.css

*/

A { 
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight : bold;
	color: #125001; 
	text-decoration: none; 
}

A:active { 
	color: #125001; 
}

A:visited { 
	color: #125001; 
}

A:hover { 
	text-decoration: underline; 
}

A.smallText:hover { 
	text-decoration: underline; 
}

A.largeText:hover { 
	text-decoration: underline; 
}

A.smallText { 
	font-size: 11px;
}

A.smallText_ { 
	font-size: 11px;
	text-decoration: underline; 
}

A.copyright { 
	font-size: 11px;
	font-weight: normal;
	color: #ffffff; 
}

A.copyright_	{
	font-size: 11px;
	font-weight: normal;
	color: #ffffff; 
	text-decoration: underline; 
}

A.mediumText { 
	font-size: 14px;
	color: #ffffff; 
	font-weight: bold;
}

A.largeText { 
	font-size: 16px;
}

BODY {
	font-family:	Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

P	{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

P.errorText {
	color: #ffffff;
	background: #ff0000;
}

P.successText {
	color: #ffffff;
	background: #00bb00;
}

TD {
	font-family:	Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

TD.copyright, SPAN.copyright, P.copyright { 
	font-size: 11px;
	color: #ffffff; 
}

TD.mediumText, SPAN.mediumText, P.mediumText { 
	color: #125001; 
	font-size: 12px;
	font-weight: bold;
}

TD.mediumWhiteText	{
	color: #ffffff; 
	font-size: 12px;
	font-weight: bold;
}

TD.largeText, SPAN.largeText, P.largeText { 
	font-size: 16px;
	color: #ffffff; 
}

TD.veryLargeText, SPAN.veryLargeText	{
	font-size: 18px;
	color: #ffffff; 
}

.buttons {
	font-family:	Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
//	BACKGROUND-COLOR: #f9f9f9;
//	BORDER-BOTTOM: #888888 2px solid;
//	BORDER-LEFT: #cccccc 2px solid;
//	BORDER-RIGHT: #888888 2px solid;
//	BORDER-TOP: #cccccc 2px solid
}
