body{ 
	background-color : #1C253A;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 1px;
	color: #FFFFFF;
	font-size: 10pt; 
	font-family: verdana,helvetica,sans-serif;
	scrollbar-face-color:#1C253A;
	scrollbar-shadow-color:#1C253A;
	scrollbar-darkshadow-Color:#1C253A;	
	scrollbar-highlight-color:#1C253A;
	scrollbar-3dlight-color:#1C253A;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#3A4B5B;
}

.content {
	background: url(../bg/content.jpg) #1C253A fixed 
}

.menu {
	background: url(../bg/menu.jpg) #1C253A fixed
}

.menu2 {
	background: #1C253A fixed
}

.topmenu {
	background: url(../bg/title.png) #1C253A fixed
}

.botmenu {
	background: url(../bg/title_low.png) #1C253A fixed
}

/**
* links have black blueish-color
*/
a:link{ 
color: #AAAAFF; 
}

/**
* links that have been visited have blueish color.
*/
a:visited{ 
color:#AAAAFF; 
}
/**
* links that have been visited have redish text color.
*/
a:active{ 
color:#FFAAAA; 
}

th {
  font-size: 14px
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  color:#FFAAAA; 
}

td, p {
	font-size: 10pt;
	vertical-align: top;
	font-style: normal
	text-align: justify;
}

.cal_grey_1{
   color:#969696;
   text-align: center;
}

.cal_grey_2{
   color:#6E6E6E;
   text-align: center;
}

.cal{
   text-align: center;
}

.just{
   text-align: justify;
}

.bot{
   vertical-align: bottom;
   text-align: justify;
}


.mid{
vertical-align: middle;
}

/**
* heading = text used as headline for webpages
*/
h1 { 
  font-size: 16px
  font-weight: bold;
}


h2 { 
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-weight: bold;
}

h3 { 
  font-size: 13px;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-weight: bold;
}

h5 { 
     font-size: 10px;
     font-family: Verdana, Arial, Helvetica, Sans-serif;
     font-weight: bold;
}


