.Badbrowser {
	font-size : x-large;
	font-style : italic;
	background-color : Red;
}

.Menu {

	background-color : #F0F8FF;

}

LI {

	list-style-image : url(arrow.gif);
	font-size:14px;
	line-height : 16px;
}

SM {

	font-size:14px;
	line-height : 16px;
}

.apptitle {

   font-size: 150%; 
	 font-weight: bold; 
	 font-family: Arial; 
	 color: #90bade;}

.blocktitle {

   font-size: 100%; 
	 font-weight: bold;
	 font-family: Arial;  
	 color: #ccffff;}

.bluetitle {

   font-size: 100%; 
   font-weight: bold;
	 font-family: Arial;  
	 color: blue;}

.cancapp { 

   font-size: 150%; 
	 font-family: Arial;
	 font-weight: bold;
	 color: red;}

.cancelled {

	 background-color : red;
	 font-weight: bold;
   font-size: 100%; 
	 font-family: Arial;
	 font-style: italic; 
	 color: yellow;}

.exceeded {

	 background-color : red;
	 font-weight: bold;
   font-size: 100%; 
	 font-family: Arial;
	 color: yellow;}

.datefmt {

   font-size: 100%; 
	 font-family: Arial;
	 font-style: italic; 
	 color: black;}

.datesummary {

   font-size: 125%; 
	 font-weight: bold;
	 font-style: italic; 
	 font-family: Arial;  
	 color: blue;}

.timefmt {

   font-size: 100%; 
	 font-family: Arial;
	 font-style: italic; 
	 color: black;}

.user {

   font-size: 125%; 
	 font-weight: bold;
	 font-family: Arial;  
	 font-style: italic; 
	 color: yellow;}

.howmany { 

   font-size: 100%; 
	 font-family: Arial;
	 font-style: italic;
 	 font-weight: bold;
	 color: blue;}

.mainttitle { 

   font-size: 110%; 
	 font-family: Arial;
	 font-style: italic;
 	 font-weight: bold;
	 color: black;} 	

.mandatory { 

   font-size: 100%; 
	 font-family: Arial;
	 color: red;} 

.menutitle {

   font-size: 15px; 
	 font-weight: bold;
	 font-family: Arial;  
	 color: black;
	 background-color :#CCFFFF}

.nonefound { 

   font-size: 100%; 
	 font-family: Arial;
	 font-style: italic;
	 color: red;} 

.notes { 

   font-size: 100%; 
	 font-family: Arial;
	 font-style: italic; 
	 color: black;} 	

.notes2 { 

   font-size: 85%; 
	 font-family: Arial;
	 font-style: italic; 
	 color: red;} 	

.requested { 

   font-size: 100%; 
	 font-family: Arial;
	 font-weight: bold;
	 color: blue;}

.reqquery { 

   font-size: 125%; 
	 font-family: Arial;
	 font-weight: bold;
	 color: red;}

.pagetitle { 

   font-size: 150%; 
	 font-family: Arial;
	 font-weight: bold;
	 font-style: italic;
	 color:blue;}

.intext { 

   font-size: 100%; 
	 font-family: Arial;
	 font-style: italic;
	 font-weight: bold;
	 color: blue;} 	

.welcome {

   font-size: 200%; 
	 font-weight: bold; 
	 font-family: Arial; 
	 font-style: italic; 
	 color: blue;}

.sysmaint {

   font-size: 175%; 
	 font-family: Arial;
	 font-style: italic;
	 color: green;}

INPUT.mandatoryinput {

    border-color : red;
    border-style : inset;
    border-width : 2px;
}

SELECT.mandatoryinput {

    border: thick double red;
}

body {

	margin:10px;
	padding:0px;
	font-family:Arial:20px;
	font-size:40px;
  color:black;
  background-color :#ffffff ;
	font-size:40px;
	}

.DIV {

	background : #CCFFFF;
  font-family : Arial;
	color:black;
	
}

h1 {

	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:14px;
	line-height:22px;
	font-weight:600;
	color:black;
	}

TABLE {

	font-size : 14px;
}

FORM {

	font-size : 14px;
}

SELECT {

	font-size : 14px;
}

p {

	font:12px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
	
A { text-decoration:none; }



A:link { color:#0000FF; background-color: transparent; }



A:visited { color:#FF00FF; background-color: transparent; }



A:hover { color:#FF0000; background-color: transparent; }

a.tablelink:link

	{

	background-color :#CCFFFF;
	color :blue;}

a.tablelink:visited {color:#3366ff;}

a.tablelink:hover {color:#fff;

	 background-color : #3366ff;}


a.traffic:link

	{

	background-color :transparent;
  color=black}

a.traffic:visited {color:#333333}

a.traffic:hover {color:#fff;

	 background-color : #3366ff;}

	 
#button {

	width: 9em;
	border-right: 1px solid #000;
	padding: 0 0 0 0;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #CCFFFF;
	color: #333;
	}

	#button ul {

		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}

	#button li {

		border-bottom: 1px solid #90bade;
		margin: 0;
		}

	#button li a {

		display: block;
		padding: 5px 5px 5px 0.5em;
		background-color: #fff;
		color: black;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {

		width: auto;
		}

	#button li a:hover {

			background-color: #3366ff;
		  color: #fff;
		}

