body 
{
  color: #000000;
  background-color: #FFFFFF;
  padding-left: 200px;
  font-family: tahoma;
  font-size: 10pt;
}
  
td{
	font-family: tahoma;
	font-size: 10pt;
	color: #000000;
}
h1{
	font-family: tahoma;
	font-size: 20pt;
	color: #000000;
	font-weight: bold;
}

h2{
	font-family: tahoma;
	font-size: 15pt;
	color: #000000;
	font-weight: bold;
}
h3{
	font-family: tahoma;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}

a:link 
{
  color: #161996;
  text-decoration: none;
  font-family: tahoma;
}
a:visited
{
  font-family: tahoma;
  color: #3395B1;
  text-decoration: none;
}
a:hover
{
  font-family: tahoma;
  color: #3395B1;
}

.navbar{
  width: 200px;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

.main{
  background: no-repeat bottom right;
}

.title{
  font-size: 32pt;
  font-weight: bold;
  width: 400px;
  height: 60px;
  background-repeat: no-repeat;  
}

.subTitle{
  font-size: 20pt;
  font-style: italic;
  padding-left: 50px;
  padding-bottom: 20px;
  width: 275px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 0% 100%;
}

.menu{
  position: absolute;
  top: 0;
  left: 0;
  width:160px;
  text-align: center;
  background-image-repeat: no-repeat;
}

.menuItem{
  font-size: 10pt;
  text-align: center;
  width: 100px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: 0% 100%;
}

.menuTitle{
  position: relative;
  width: 100px;
  top: 25px;
  left: 25px;
  text-align: center;
  font-size: 20pt;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: bottom;
}

.themes{
  position: relative;
  top: 400px;
  left: 0px;
  width: 100px;
  text-align: center;
}

.themeTitle{
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
}

.themeItem{
  font-size: 10pt;
  position: relative;
  left: 0px;
  top: 10px;
}  

.copyright{
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 7pt;
  font-style: italic;
}