a {
	color: #0D1873;
	text-decoration : none;
}

a:hover {
	color: #A52A2A;
	text-decoration : underline;
}

body {
	background:#9BC1E7 url(images/body_bg.gif) repeat-x scroll top;
	color:#000;
	font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
}

form {
	margin : 0px;
}

img {
	border:0px;
}

p {
	text-align: justify;
}

h1 {
	font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
	font-size:16px;	
	text-align:left;
	font-weight:bold;
}

h2 {
	font-size:16px;	
	text-align:left;
	font-weight:bold;
}

h3 {
	font-size:14px;	
	text-align:left;
	font-weight:bold;
}

h4 {
	font-size:12px;	
	text-align:left;
	font-weight:bold;
}

ul {
	text-align:left;
/*	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;*/
}

li {
	text-align:left;
}

input {
	border:expression(this.type=="text" ? "1px solid #D4DDE9" : "default");
	padding: expression(this.type=="text" ? "3px" : "default"); 
	color:  expression(this.type=="text" ? "#000" : "default"); 
	background-color: expression(this.type=="text" ? "#fff" : "default");
}

input[type="text"] {
	border: 1px solid #D4DDE9; 
	padding: 3px; 
	color:  #000; 
	background-color: #fff;
}

input {
	border:expression(this.type=="password" ? "1px solid #D4DDE9" : "default");
	padding: expression(this.type=="password" ? "3px" : "default"); 
	color:  expression(this.type=="password" ? "#3250A2" : "default"); 
	background-color: expression(this.type=="password" ? "#fff" : "default");
	font-size:  expression(this.type=="password" ? "20px" : "default"); 
}

input[type="password"] {
	border: 1px solid #D4DDE9; 
	padding: 3px; 
	color:  #3250A2; 
	background-color: #fff;
	font-weight: bold;
}

textarea {
	border: 1px solid #D4DDE9; 
	padding: 3px; 
	color: #000; 
	background-color: #fff;
}

select {
	border: 1px solid #D4DDE9; 
	color: #000; 
	background-color: #fff;
	padding: 1px; 
	margin: 1px 0;
}