/* Default CSS Stylesheet for a new Web Application project */
body
{
	font-size: 8pt;
	margin: 1px;
	color: #000000;
	font-family: Microsoft Sans Serif, Microsoft Sans Serif;
}

h1 {
}

h2, h3, h5, h6 {
	color: #2582A4;
}
h4
{
	color: #DB6504;
	font-family: 'Microsoft Sans Serif', Microsoft Sans Serif, Microsoft Sans Serif;
}

p, ol, ul {
	text-align: justify;
	font-size: 8pt;
}

strong {
	font-weight: bold;
	color: #808080;
}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
.box
{
	padding-left: 20px;
	font-size: 10pt;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 2px;
	font-family: 'Microsoft Sans Serif', Microsoft Sans Serif, Microsoft Sans Serif;
	
}
.box a:link
{
	text-decoration: none;
	color: #A1A1A1}
	
.box a:hover
{
	color: Maroon}

.image {
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
}

.header
{
	clear: both;
	font: 8pt Microsoft Sans Serif, Microsoft Sans Serif;
	background: url(images/img09.gif) repeat-x ;
	margin: 0px auto;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
}
.footer
{
	clear: both;
	padding-bottom: 1px;
	margin: 0px auto;
	font: 7pt Microsoft Sans Serif, Microsoft Sans Serif;
	width: 100%;
	padding-top: 1px;
	text-align: center;
	background-position: 0% 0%;
	background-attachment: scroll;
	background-repeat: repeat-x;
	
}
.panel
{
	padding: 7px;
	margin: 3px;
	font: 0.8em Microsoft Sans Serif, Microsoft Sans Serif;
	border-right: #ffcccc 1px solid;
	border-top: #ffcccc 1px solid;
	border-left: #ffcccc 1px solid;
	border-bottom: #ffcccc 1px solid;
	background-image: url(Images/bg.gif);
}
.panel2
{
	padding: 7px;
	margin: 3px;
	font: 0.8em Microsoft Sans Serif, Microsoft Sans Serif;
	border-right: #ffcccc 1px solid;
	border-top: #ffcccc 1px solid;
	border-left: #ffcccc 1px solid;
	border-bottom: #ffcccc 1px solid;
	}
	.panel3
{
	padding: 7px;
	margin: 3px;
	font: 10px Andalus, Microsoft Sans Serif, Microsoft Sans Serif;
	border-right: #ffcccc 1px solid;
	border-top: #ffcccc 1px solid;
	border-left: #ffcccc 1px solid;
	border-bottom: #ffcccc 1px solid;
}
.Field{
	border: 1px solid #E4E4E4;
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.sm{
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
