body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/*color: #878EAA; */
	color: Black;
}
a:link {
	color: #FF0000;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: blink;
}
a:hover {
	color: #993333;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: blink;
}
a:visited {
	color: #993300;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
}
td, textarea, input, select {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
P {
	margin-left: 10px;
	margin-right: 10px
}
.tableDetail {
	font-size: 10px;
	font-family: Verdana;
	color: #878EAA;
}
.text1 {
	font-family: Verdana;
	font-size: 10px;
	color: #550203;
	font-weight: bold;
}
.text2 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #141414;
}
.text3 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.frame {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	border: 1px solid #990000;
}
.important {
	background-attachment: fixed;
	background: #FFCC66;
	border: thin;
	color: #FF0000;
	display: inline;
	margin-left: 20px;
	margin-right: 15px;
}
.rightborder {
   border-right: 1px solid #FF0000; 
	 border-left: none;
}
.rightdotted {
   border-right: 1px dotted #FF0000;
   border-left: none;
}
.leftdotted {
   border-left: 1px dotted #FF0000;
   border-right: none;
}
.leftborder {
   border-left: 1px solid #FF0000; 
	 border-right: none;
}
.dottedtable {
   border-left: 1px dotted #FF0000;
   border-right: 1px dotted #FF0000;
	border-bottom: 1px dotted #FF0000;
}
.left_bottom_border {
	border-bottom: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
}
.borderout {
	border-top: 5px solid #FF0000;
	border-right: 5px solid #FF0000;
	border-bottom: 5px solid #FF0000;
	border-left: 5px solid #FF0000;
}
.smallborderout {
	border-top: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
}
.top_border {
	border-top: 4px solid #FF0000;
}
.top_border_white {
	border-top: 2px solid #FFFFFF;
}
.button {
	background: Red;
	color: White;
}
.navlink {
	color: White;
}