/* Default CSS Stylesheet for a new Web Application project */


.itsTextbox
{
	Border-Style: solid;
	Border-Color: #000000;
	border-width: medium;
	font-family: Trebuchet MS;
	font-size: 8pt;
}
.button
{
	Border-Style: solid;
	Border-Color: #ffffff;
	Border-Width: medium;
	font-family: Trebuchet MS;
	font-size: 8pt;
	color:white;
	background-color:#660000;
}
A.itsFooterLink:visited
{
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
A.itsFooterLink:hover
{
	font-family: arial;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}
A.itsFooterLink
{
	font-family: arial;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
.smalltxt {
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #000040;
}
.text1 {
	font-size : 16pt;
	font-family : "Times New Roman", Times, serif;
	color:#0033FF;
	padding-left:75px;
	padding-right:50px;
}
.text2 {
	font-size : 16pt;
	font-family : "Times New Roman", Times, serif;
	color:#FFFFFF;
	padding-left:50px;
	padding-right:75px;
}
.text3 {
	font-size : 12pt;
	font-family : "Times New Roman", Times, serif;
	color:#000000;
	padding-left:50px;
	padding-right:75px;
}
.titletxt {
	font-size : 16pt;
	font-family: Verdana;
	color: #FFFFFF;
	font-weight:bold;
	padding-left:15px;
	padding-top:15px;

}
