.foo {
	font-size: 12px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #cccccc;
}

A:link
{
  COLOR: #006600;
  TEXT-DECORATION: underline
}
A:visited
{
  COLOR: #003300;
  TEXT-DECORATION: underline
}
A:hover
{
  COLOR: #006600;
  TEXT-DECORATION: underline
}
A:active {
  COLOR: #0000FF;
  TEXT-DECORATION: underline
}

.template {
	border-right: #000000 thin solid;
	border-top: #000000 thin solid;
	border-left: #000000 thin solid;
	border-bottom: #000000 thin solid;
	background-color: #CCCC99;
}

.template .headerbg {
	background-repeat: repeat;
	background-color: #336633;
}

.template .header {
	background-image:  url(/images/bg-head.jpg);
	background-repeat: no-repeat;
	height: 112px;
	margin-right: 100px;
	margin-left: 25px;
	background-color: #CCCC99;
}

.template .header .main {
	font-weight: bolder;
	font-size: 16px;
	color: #ffffff;
	margin-right: 100px;
	background-image: url(images/bg-head.jpg);
	background-repeat: no-repeat;
}

.template .header .normal {
	font-size: 14px;
	color: #ffffff;
}

.template .navigation {
	background-color: #336633;
}

.template .page {
	background-color: #CCCC99;
}

.template .footer {
	border-right: 0px solid;
	border-top: 1px solid;
	font-size: 10px;
	border-left: 0px solid;
	border-bottom: 0px solid;
	background-color: #999966;
	text-align: center;
}

.intro {
	border-right: 0px solid #000000;
	padding-right: 10px;
	border-top: 0px solid #999999;
	padding-left: 3px;
	padding-bottom: 3px;
	border-left: 0px solid #999999;
	padding-top: 3px;
	border-bottom: 0px solid #000000;
	width: 500px;
	margin-top: 8px;
	margin-bottom: 5px;
	margin-left: 15px;
	background-color: #CCCC99;
	text-align: left;
	margin-right: 15px;
}

.box {
	border-right: 1px solid #333333;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #333333;
	width: 420px;
	background-color: #FFFFCC;
	padding: 4px;
	margin: 8px;
	text-align: center;
}
.box .head {
	font-weight: bolder;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #336633;
	background-repeat: repeat;
	padding: 1px;
}

.buttons {
	border-right: #ccffcc 1px solid;
	border-top: #ccffcc 1px solid;
	border-left: #ccffcc 1px solid;
	border-bottom: #ccffcc 1px solid;
	margin-top: 0px;
	padding-right: 3px;
	padding-left: 5px;
	padding-top: 0px;
	background-color: #ccffcc;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.buttons A {
	color: #000000;
	text-decoration: none;
		  display: block;
}

.buttons A:hover {
	color: #000000;
	border-right: #669966 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #669966 1px solid;
	border-bottom: #003300 1px solid;
	background-color: #99cc99;
	cursor: hand;
	display: block;
}

.buttons A:visited {
	color: #000000;
	text-decoration: none;
		  display: block;
}

.section {
	background-color: #336633;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
