html 
{
	/*background-color : #C2C2C2;*/
}

body
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

.main
{
	margin-left: auto;
	margin-right: auto;
	/*background: #C2C2C2;*/
	color: #000000;
	/*border: solid 1px #000000;*/
	
	font-family: Arial;
}

.regular_text
{
	font-size: 7pt;
}
.reglinks
{
	font-size: 7pt;
}
a.reglinks, a.reglinks:link, a.reglinks:visited, a.reglinks:active, a.reglinks:hover
{
	font-size: 7pt;
	font-family: Arial;
	text-decoration: none;
	color: #000000;
}

h1
{
	font-size: 17pt;
}

.subtitle
{
	font-size: 10pt;
	font-weight: bold;
}
.whsubtitle
{
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
.smtitle
{
	font-size: 12pt;
	font-weight: bold;
}
.smtitlenb {
	font-size: 12pt;
	font-weight: normal;
}

.subtitlewh
{
	font-size: 16pt;
	font-family: Arial;	
	color: #FFFFFF;
}
.subtitlebk
{
	font-size: 16pt;
	font-family: Arial;	
	color: #000000;
}

.titlewh
{
	font-size: 18pt;
	color: #FFFFFF;
}

.titlebk
{
	font-size: 18pt;
	color: #000000;
}
.title
{
	font-size: 16pt;
	font-family: Arial;
}
.titleBold
{
	font-size: 16pt;
	font-family: Arial;
	font-weight: bold;
}
links
{
	font-size: 11pt;
	font-family: Arial;
	color: #999999;
	text-decoration: none;
}

a.links, a.links:link, a.links:visited, a.links:active, a.links:hover
{
	font-size: 11pt;
	font-family: Arial;
	color: #999999;
	text-decoration: none;
}

a.title, a.title:hover, a.title:visited, a.title:active
{
	font-size: 16pt;
	font-family: Arial;
	text-decoration: none;

}
.arrow
{
	font-size: 16pt;
	color: #C7E853;
}
.back
{
	font-size: 16pt;
	font-family: Arial;
	text-decoration: none;
	color:#000000;
}
a.back, a.back:link, a.back:visited, a.back:active, a.back:hover
{
	font-size: 16pt;
	font-family: Arial;
	text-decoration: none;
	color:#000000;
}
.menu_bar
{
	width: 6px;
	background-color: #C7E853;
}


a.menu, a.menu:link, a.menu:visited, a.menu:active, a.menu:hover
{
  color: #000000;
  text-decoration: none;
  font-size: 9pt;
}
a.menu2, a.menu2:link, a.menu2:visited, a.menu2:active, a.menu2:hover
{
  color: #000000;
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
}

.menu_spacer
{
  padding-top: 1px;
  padding-bottom: 1px;
}

/*
a.head_link, a.head_link:link, a.head_link:visited, a.head_link:active
{
  color: #FFFFFF;
  text-decoration: none;
}*/

img 
{
  border : 0px;
}

.bold
{
	font-weight: bold;
}

.right 
{
	text-align: right;
}

.top
{
	vertical-align: top;
}

.bottom
{
	vertical-align: bottom;
}

.left
{
	text-align: left;
}