/* CSS Document */


img{
border:0;
}

.head1
{
	padding:10px 2px 10px 2px;
	color:#ff9900;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
		font-weight:bold;
}

.head2
{
	padding:10px 2px 10px 2px;
	color:#009900;
	text-align:left;
	font-family:Verdana, Arial,;
	font-size:16px;
	font-weight:bold;
}

.head3
{
	padding:2px 2px 5px 2px;
	color:#009900;
	text-align:left;
	font-family:Verdana, Arial,;
	font-size:16px;
		font-weight:bold;
		border-bottom:1px dotted #333333;
		border-left:5px solid #009900;
}

.paratext1
{
	padding:0 10px 0 10px;
	color:#333333;
	text-align:left;
	font-family:verdana,Arial, Helvetica, sans-serif;
	font-size:12px;
	word-spacing:0.3em;
	line-height:120%;
}
.paratext2
{
	padding:0 10px 0 10px;
	color:#999999;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:150%:
}

.paratext3
{
	padding:0 10px 0 10px;
	color:#333333;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:150%:
}

.design
{
	padding:0 10px 10px 0;
	color:#cccccc;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.d:link
{
	padding:0 10px 10px 0;
	color:#cccccc;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.d:hover
{
	padding:0 10px 10px 0;
	color:#00d7ff;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

.box
{
 border:3px solid #999999;
 background-color:#FFFFFF;
}

.table1{ border-collapse:collapse; border:1px solid #999}
.table1 tr td{
	border:1px solid #999;
	background: #FFF; margin-top:50px;
}
.table1 th{
	background: #FCCF8B url(../images/bg-orange-grad.jpg) repeat-x left top;
	font-size: 13px;
	border:1px solid #999;
}
.table1 .bg-grayrow {
	background: #DFDFDF;
}

.width235 {
	width: 235px;
}
.table1 .bg-grayrow {
	background: #DFDFDF;
}
A:link {text-decoration: none;color: green;}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none; color: red;} 
