/* CSS Document */
.container {
  width: 100%; /* Full width */
  max-width: 1200px; /* Limit width on larger screens */
  margin: 0 auto; /* Center the container */
  padding: 10px;
}
body	{
	margin: 0;
	background-color: #E9EDEA;
}
h1	{
	font: bold bold verdana, arial, helvetica;
	font-size:12vw;
	color: #569A02;
}
.head	{
	font: bold bold 16px verdana, arial, helvetica;
	color: #569A02;
}
td	{
	font: normal normal 12px verdana, arial, helvetica;
	line-height: 15px;
}
.nopadding {
	margin: 0;
}
.small	{
	font: normal normal 11px verdana, arial, helvetica;
	line-height: 15px;
}
.xsmall	{
	font: normal normal 10px verdana, arial, helvetica;
	line-height: 15px;
	color: #333333;

}
.rbackmargin {
	margin-right: 12px;
	margin-top: 0;
}
.hrcol {
	background-color: #569A02;
}
hr {
	line-height: 1px;
	color: #569A02;
}
input	{
	font: normal normal 10px verdana, arial, helvetica;
}
.menu-backgnd {
	background-image:url(images/menu-back.gif);
	background-repeat: repeat-x;
}
.backgnd {
	background-image:url(images/lizardstudio-back.jpg);
	background-repeat: no-repeat;
}
.bold {
	font-weight: bold;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover
{
	color: #569A02;
	text-decoration: underline;
}
.copyright {
	font: normal normal 9px verdana, arial, helvetica;
	font-weight: normal;
	color: #B0BDB4;
}
