/* Default CSS Stylesheet for a new Web Application project */
body, td, th, p, div, input, textarea, select
{
	font-weight: normal;
	font-size: 11px;
	color: #323232;
	font-family:   Verdana, Arial,Tahoma,Helvetica;
	}
body
{
	margin: 0px;
	background-color:#FFFFFF;
	max-width: 1024px;
}

/*/*/a{}
body,
body td,
body th,
body p,
body h2,
body h3,
.h3 
{
	
	font-size:  11px;
	voice-family: "\"}\"";
	voice-family: inherit;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}
/* */
html> body,
html> body td,
html> body th,
html> body p,
html> body h2 {
	font-size:  11px;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
.smallDescription 
{
	font-size:  11px;
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #0a246a;
}
H1	{	
	font-family: Verdana, Arial, Helvetica;
    font-size: small; 
    FONT-WEIGHT: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
font-family: Verdana, Arial, Helvetica;
	font-size: small; 
	FONT-WEIGHT: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
	
H3, .h3	{	
	font-family: Verdana, Verdana, Arial, Helvetica;
	FONT-WEIGHT: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:Maroon
	}	
	
TFOOT, THEAD	{	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

ul { font-family: Verdana, Arial, Helvetica; }
hr
{
	color: #a9a9a9;
	height: 1px;
}
a:link { color: #10108A; text-decoration: none } 
a:visited { color: #10108A; text-decoration: none} 
a:active { color: #10108A; text-decoration: none } 
a:hover
{
	color: #990000;
	text-decoration: underline;
} 
select { font-family: Verdana, Arial, Helvetica; }
.firstWord { color: #003399; font-size:15px; font-weight:bold; }
.secondWord { color: #009999; font-size:15px; font-weight:bold;}

img
{
	border: none;
}

/* register page styles */
.search { font-weight: normal; font-size: 10px; font-family: Tahoma }