a:link {
	color:#6699cc; 
	text-decoration:none
	} 
a:active {
	color:#6699cc;
	border: thin outset #FF9900; 
	text-decoration:none
	} 
a:visited {
	color:#6699cc; 
	text-decoration:none
	} 
a:hover {
	color:#ff9900; 
	text-decoration:none; 
	cursor:hand
	} 
body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	color: #99CCFF;
	} 
td {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333
	} 
li {
	color: #339966; 
	list-style-type: square
	} 
ul {
	color: #339966; 
	list-style-type: square
	} 
ol {
	color: #339966
	} 
.mytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6699CC;
	border: 1px none #FF9900;
	} 
a.mytext:link {
	color: #999933; 
	text-decoration: none
	} 
a.mytext:visited {
	color: #666666; 
	text-decoration: none
	} 
a.mytext:active {
	color: #999933; 
	text-decoration: none
	} 
a.mytext:hover {
	color: #333333; 
	text-decoration: none
	} 
.border {
	border: 1px inset #6699CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 6699cc;
}
.bodyback {
	border: 1px none #FF9900;
}
.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: ridge;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}
.emergency {
	background-image: url(images/cross.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
}