body {
	background-color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	margin:0px;	
}

.Menu:link {
	font-family : Arial;
	text-decoration : none;
	font-size:11pt;
	color : #FFFFFF;
	font-weight: bold;
} 
.Menu:visited {
	font-family : Arial;
	text-decoration : none;
	font-size:11pt;
	color : #FFFFFF;
	font-weight: bold;
} 

.Menu:hover {
	font-family : Arial;
	text-decoration : none;
	font-size:10pt;
	color : #FF0000;
	font-weight: bold;
} 
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}

img.Banner{
  width: 381px;
  height: 98px;
  position: relative; 
  left: 30px;
  border: 0px;
}  

A:link { text-decoration : underline; font-weight: bold; color : #ffffff; } 
A:visited { text-decoration : underline; font-weight: bold; color : #ffffff } 
A:hover { color : #FF0000; ; text-decoration: underline}	

img.WhiteLine{
  width: 760px;
  height: 1px;
}  

.BodyText{
	position: relative;
  left: 40px;
  width: 450px;
}  

#menu a {
		display:block;
		width:200px;
		height:20px;
		text-align: right;		
		padding:0px 0px 0px 0px;
		font-family : Arial;
	  text-decoration : none;
	  font-size:11pt;
	  color : #FFFFFF;
	  font-weight: bold;		  
		background: url("images//menu-button.gif") 0 0 no-repeat;
		text-decoration: none;
		}
#menu a:hover {	
		background-position: -200px 0;
		color:#FFFFFF;
		text-decoration: underline;
		}	
		
a.menu_application { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 230px; /* width of reactive image */
     height: 22px; /* height of reactive image */
     background-image:  url(images//buttons/button-application.gif); /* source for start image */
     background-repeat: no-repeat;
     }
		
			 
a.menu_application:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-position: -230px 0;
     } 
     
a.menu_internet { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 230px; /* width of reactive image */
     height: 22px; /* height of reactive image */
     background-image:  url(images//buttons/button-internet.gif); /* source for start image */
     background-repeat: no-repeat;
     }	 
a.menu_internet:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-position: -230px 0;
     }      
     
          
a.menu_sysadmin { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 230px; /* width of reactive image */
     height: 22px; /* height of reactive image */
     background-image:  url(images//buttons/button-sysadmin.gif); /* source for start image */
     background-repeat: no-repeat;
     }	 
a.menu_sysadmin:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-position: -230px 0;
     }      
     
          
a.menu_freeware { /* definition of the "image" class in the <a> tag */
      display: block; /* a tag must be a block */
     width: 230px; /* width of reactive image */
     height: 22px; /* height of reactive image */
     background-image:  url(images//buttons/button-freeware.gif); /* source for start image */
     background-repeat: no-repeat;
     }	 
a.menu_freeware:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-position: -230px 0;
     }      
     
          
a.menu_contact { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 230px; /* width of reactive image */
     height: 22px; /* height of reactive image */
     background-image:  url(images//buttons/button-contact.gif); /* source for start image */
     background-repeat: no-repeat;
     }	 
a.menu_contact:hover { /* definition of the "image" class for <a> tag when hovered onto */
      background-position: -230px 0;	
     } 
     
a.menu_email { /* definition of the "image" class in the <a> tag */
    display: block; /* a tag must be a block */
     width: 250px; /* width of reactive image */
     height: 22px; /* height of reactive image */
     background-image:  url(images//buttons/button-email.gif); /* source for start image */
     background-repeat: no-repeat;
     }	 
a.menu_email:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-position: -250px 0;	
     }           
     
a.menu_sendenquiry { /* definition of the "image" class in the <a> tag */
    display: block; /* a tag must be a block */
     width: 120px; /* width of reactive image */
     height: 22px; /* height of reactive image */
     background-image:  url(images//buttons/button-send-enquiry.gif); /* source for start image */
     background-repeat: no-repeat;
     }	 
a.menu_sendenquiry:hover { /* definition of the "image" class for <a> tag when hovered onto */
      background-position: -120px 0;	
     } 
          
ul {
	font-family: Arial, "san serif";
	font-size: 10pt;	
	list-style-image: url("images//bullet.gif");
}

li{padding-bottom: 12pt;} 

input {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #333333;
	width: 280px;
}

textarea {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #333333;
	width: 280px;
}
h1 {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
}

