﻿body 
{
	height: 100%;
	background-color: #FFF;
	font-family:Arial, Helvetica, sans-serif;

}
html {
	overflow:auto;
	height:100%;
}

/** html #body {
  height: 100%;

}*/

* {
  margin: 0;
  padding: 0;
  /*text-align:left;*/

}

.mediumFont{font-family :  Arial, Verdana, Helvetica, sans-serif;
  font-size : 13px;
  color: #999999;
  line-height : 1.2;
  padding : 0;
  }
  
  .unitText  {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 13px;
color: #999999;
padding:5px;
font-weight: bold;
line-height : 1.5;
}

.unitText1Line  {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 13px;
color: #999999;
padding:5px;
font-weight: bold;
line-height : 0.8;
}

.unitTextList  {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 13px;
color: #999999;
padding:5px;
font-weight: bold;
line-height : 0.8;
}

.unitList  {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 13px;
color: #999999;
padding:5px;
font-weight: bold;
line-height : 1.0;
height: 16px;	
display: block;
}

.unitWelcomeText  {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 13px;
color: #999999;
padding:2px;
font-weight: bold;
line-height : 1.2;
}

.unitTd  {
	padding-bottom: 5px;
}
.unitTd2  {
	padding-top: 5px;
	padding-bottom: 5px;
}

#body
{
	position:absolute;
	height: 100%;

}
A :active
{
	/*color:#33CC00;*/
	color:#3e961c;
}
A :hover
{
	/*color:#33CC00;*/
	color:#3e961c;
}
a
{
	text-decoration: none;
	color:#3e961c;

}
.CustomLink
{
	/*color:#999999;*/
	color:#999999;

	text-decoration: none; 
	font-family: Arial; 
	font-size: 14px; 
	font-weight: bold;
}
.CustomLink:hover
{
	/*color:#33CC00;*/
	color: #3e961c;
	text-decoration: none; 
	font-family: Arial; 
	font-size: 14px; 
	font-weight: bold;
}


