BODY   {
	color: #003;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #009900;
	margin: 0;
	padding: 0;
	width: auto;
	background-position: center;
	font-style: normal;
	line-height: normal;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #330099;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #330099;
	text-decoration: none;
}
a:hover {
	color: #006600;
	text-decoration: underline;
}

H1   { color: #003; font: bold medium Arial, Helvetica, sans-serif; background-color: transparent }

p  { font-size: x-small; font-family: Arial, Helvetica, sans-serif }

.smalltext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .9em; 
}


.smalltext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.smalltext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.errortext {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : .9em;
  color : red;
  font-weight : bold;
}

.grid  { border: solid 0.05em #066 }

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.bg_dark   {
	background-color: #003300
}

.bg_medium   {
	background-color: #FFFFFF
}

.bg_light    {
	background-color: #00CC00
}

.alt_bg_dark  { background-color: #066 }

.alt_bg_medium  { background-color: #099 }

.alt_bg_light   { background-color: #0fc }
#container {
	background-color: #330066;
	height: 100%;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #FFFFFF;
	background-image: url(%7BTHEME_DIRECTORY%7Dimages/bkgnd.jpg);
}
#header {
	float: left;
	width: 842px;
	margin-right: 29px;
	margin-left: 29px;
	height: 130px;
}
#content {
	width: 842px;
	margin-right: 29px;
	margin-left: 29px;
	background-color: #9966FF;
	height: 100%;
	background-image: url(%7BTHEME_DIRETORY%7Dimages/center_bkgnd.jpg);
}
#left {
	float: left;
	width: 172px;
	margin-left: 24px;
	background-color: #C0DCC0;
	border: 1px solid #330066;
	padding: 0px;
	margin-right: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#center {
	float: left;
	width: auto;
	background-color: #FFFFFF;
	padding: 0px;
	border: 1px solid #330066;
	margin-top: 4px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
	height: 100%;
}
#right {
	width: 172px;
	margin-right: 24px;
	background-color: #FFFFFF;
	padding: 0px;
	border: 1px solid #330066;
	float: left;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 2px;
}
#footer {
	width: 842px;
}
