/* Default CSS Stylesheet for a new Web Application project */
body_stule
{
	font-weight: normal;
	font-size: 10px;
	word-spacing: normal;
	text-transform: none;
	color: #000078;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #b1b1b1;
}
table_style
{
	width: 100%;
	border-width: 0;
}
td_1
{
	width:50;
	height:50%;
}
h600px
{
	height: 600px;
}
w800_h600px
{
	width: 800px;
	height: 600px;
}
w10_h20px
{
	width: 10px;
	height: 20;
}
w50
{
	width: 50%;
}

H1
{
	font-weight: bold;
	font-size: 18px;
	font-family: Verdana, Arial;
}
H2
{
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana, Arial;
}
H3
{
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial;
}
H4
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial;
}
H5
{
	font-weight: bold;
	font-size: 8px;
	font-family: Verdana, Arial;
}
H6
{
	font-weight: bold;
	font-size: 7px;
	font-family: Verdana, Arial;
}
BODY
{
	font-size: 11px;
	margin: 0px;
	font-family: Verdana, Arial;
}
TABLE
{
	font-size: 11px;
	font-family: Verdana, Arial;
}
INPUT
{
	font-size: 11px;
	font-family: Verdana, Arial;
}
SELECT
{
	font-size: 11px;
	font-family: Verdana, Arial;
}
.A:link
{
	font-weight: bold;
	font-size: 14px;
	color: navy;
	font-family: Verdana, Arial;
	text-decoration: none;
}
.A:active
{
	font-weight: bold;
	font-size: 14px;
	color: navy;
	text-decoration: none;
}
.A:visited
{
	font-weight: bold;
	font-size: 14px;
	color: navy;
	text-decoration: none;
}
.A:hover
{
	font-weight: bold;
	font-size: 14px;
	color: silver;
	text-decoration: underline;
}
.copyright
{
	font-weight: bold;
	font-size: 9px;
	color: Maroon;
	font-family: Arial, Verdana,Helvetica;
}
