html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }
   
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	}
	
.bodytext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.bodytext2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.menutext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #4a78ab;
}
	

.navtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 5px;
}
	
p { }
td { }

A:Link{
	Color : #2b4b6e;
	font-family: Arial, Helvetica, sanserif;
	font-size: small;
	font-style: normal;
	Text-Decoration : underline;
	}

A:Visited{
	Color : #2b4b6e;
	font-family: Arial, Helvetica, sanserif;
	font-size: small;
	font-style: normal;
	Text-Decoration : underline;
	}
	
A:Hover{
	Color : #99b6d6;
	font-family: Arial, Helvetica, sanserif;
	Text-Decoration : underline;
	font-size: small;
	font-style: normal;
	}
		
A:Active{
	Color : #2b4b6e;
	font-family: Arial, Helvetica, sanserif;
	font-size: small;
	font-style: normal;
	Text-Decoration : underline;
	}
	
.menutext A:Link{
	Color : #4a78ab;
	font-family: Arial, Helvetica, sanserif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	Text-Decoration : none;
	}

.menutext A:Visited{
	Color : #4a78ab;
	font-family: Arial, Helvetica, sanserif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	Text-Decoration : none;
	}
	
.menutext A:Hover{
	Color : #013064;
	font-family: Arial, Helvetica, sanserif;
	Text-Decoration : none;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	}
		
.menutext A:Active{
	Color : #4a78ab;
	font-family: Arial, Helvetica, sanserif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	Text-Decoration : none;
	}

.navtext A:Link{
	Color : #ffffff;
	font-family: Arial, Helvetica, sanserif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	Text-Decoration : none;
	}

.navtext A:Visited{
	Color : #ffffff;
	font-family: Arial, Helvetica, sanserif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	Text-Decoration : none;
	}
	
.navtext A:Hover{
	Color : #000000;
	font-family: Arial, Helvetica, sanserif;
	Text-Decoration : none;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	}
		
.navtext A:Active{
	Color : #ffffff;
	font-family: Arial, Helvetica, sanserif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	Text-Decoration : none;
	}

