/* Overriding standard tags */
body
{
margin: 0px;
}


p,table,li,tr,td,pre
{  
	font-size: 11px; 
	color: #000000; 
	line-height: 12px; 
	font-weight: bold; 
	font-family: arial, verdana; 
	vertical-align=top;
	
}

form
{
margin-bottom: 2px;
margin-top: 2px;
}

img
{ 
	border-style:none;
	vertical-align: bottom;
}

h1
{
	margin-top: 10px;
    margin-bottom: 5px;
	font-size: 22px; 
	color: #000000; 
	line-height: 25px; 
	font-family: verdana,arial; 
	font-weight: bold; 
	vertical-align: center;
	
}

h2
{
	margin-top: 10px;
    margin-bottom: 5px;
	font-size: 18px; 
	color: #000000; 
	line-height: 20px; 
	font-family: verdana,arial; 
	font-weight: bold; 
	vertical-align: center;
	
}

h3
{
	margin-top: 10px;
    margin-bottom: 5x;
	font-size: 14px; 
	color: #000000; 
	line-height: 17px; 
	font-family: verdana,arial; 
	font-weight: italic; 
	vertical-align: center;

}

.pagetitle
{
	margin-top: 10px;
    margin-bottom: 5px;
	font-size: 18px; 
	color: #ffffff; 
	line-height: 20px; 
	font-family: verdana,arial; 
	font-weight: bold; 
	font-style: italic;
	white-space: nowrap
	
}

a:link     
{ 

text-align:left;
color:#003366 ; 
text-decoration: none ; 
line-height: 10pt; 
font-size: 10px; 
font-family: Verdana,Arial, Helvetica;

}

a:visited  
{ 
	
	text-align:left;
	color:#003366 ; 
	text-decoration: none;
	
}
a:active   
{ 
	
	text-align:left;
	color:#003366 ; 
	text-decoration: none;
	
}
a:hover    
{

	text-align:left;
	color:#FF0000 ; 
	text-decoration: underline; 
	

}

/* All content text should look like this */
.CommonText {
	margin-top:9px;
	font-family: arial;
	font-size: 11px;
 	line-height: 13px; 
	font-style: normal;
	color: #000000;
}

/* Different kinds of tables */


/* Used to specify the banner table properties */
.bannertable
{
	background-color: #000000;
}



/* Used to make a boxed table */
.borderedTable {
	background-color: #ffffff;
	border: 1px;
	border-color: #666666;
	border-style: solid;
	border-top: solid 1px #666666;
	border-right: solid 1px #666666;
	border-left: solid 1px #666666;
	border-bottom: solid 1px #666666;
}

/* Different headers */
/* Used in the banner */
.BannerHeader {
	text-transform: normal;
	padding-top: 20px;
	font-family: verdana,arial;
	font-size: 50px;
	line-height:56px;
	font-weight: bold;
	color: #ffffff;
}




/* divider line used for dividing parts of the page */
.dividerline   
{ background-color: #003366;
  line-height: 1px; 
}


/* Stylesheets for forms */

/* The input field */
.webforminputFixedWidth {
	font-size: 9px;
	font-family: verdana, arial ;
	border: 1px;
	border-style: solid;
	border-color: #7C7C7C;
	background-color: #ffffff;
	width: 150px;

}

.webforminputFreeWidth {
	font-size: 9px;
	font-family: verdana, arial ;
	border: 1px;
	border-style: solid;
	border-color: #7C7C7C;
	background-color: #ffffff;
}

.webformtextarea {
	font-size: 9px;
	font-family: verdana, arial ;
	border: 1px;
	border-style: solid;
	border-color: #7C7C7C;
	background-color: #ffffff;
}

/* The submit button */
.webformbutton {
	color: #000000;
	font-size: 9px;
	font-family: verdana, arial ;
	font-weight: bold;
	border: 1px;
	border-style: solid;
	border-color: #000000;
	highlight-color: #FF9900;
	background-color: #E5E5E5;
	horisontal-align: center;
	margin-bottom:0px;
}

/* Used for error messages from forms */
.FormError
{
   margin-left: 10px;
	font-family: arial;
	color: red;
	font-size: 10px;
	font-weight: bold;
}

/* Used to tell images to float left or right of texts */
.ImgFloatLeft
{
	float:left;
	margin: 0px 10px 10px 10px;
} 

.ImgFloatRight
{
	float:right;
	margin: 0px 10px 10px 10px;
} 

.ImgNone
{
	float:none;
	margin: 0px 10px 10px 10px;
}
