﻿/*---Default HTML Tags---*/
body{
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	height:100%;
}
.button{
	border-style:solid;
	border-width:1px;
	cursor:pointer;
}
.style1{
	font-size:10px;
}
.style2{
	font-size:12px;
}
.style3{
	font-size:12px;
	font-weight:bold;
}
.style4{
	font-size:9px;
}
.style5{
	font-size:12px;
	font-family:Verdana;
}
.style6{
	font-size:18px;
	font-family:Verdana;
	font-weight:bold;
}
.style7{
	font-size:9px;
	font-family:Verdana;
	color:Red;
}
.styleErr{
	font-size:12px;
	color:Red;
}
.stylegray{
	color: Gray;
}