html, body {

height:100%;

}



body {


    margin-left: 0px;

    margin-right: 0px;

    margin-top: 0px;

    margin-bottom: 0px;

	font-family: Tahoma;

	font-size: 11px;

	color: #000000;

}
h1 {
	font-family: Tahoma;
	font-size: 15px;
	color: #000000;
}
a:link {

	text-decoration: none;

	color: #00193B;

	font-weight:bold ;

}

a:visited {

	text-decoration: none;

	color: #00193B;

	font-weight:bold ;

}

a:hover {

	text-decoration: none;

	color: #003883;

	font-weight:bold ;

}

a:active {

	text-decoration: none;

	color: #00193B;

	font-weight:bold ;

}

input { 

	 background-color: #FFFFFF;

     color: #000000;

	 font-family: Verdana;

	 font-size: 13px;
	 
	 font-weight:bold;

     border: 1px solid #CCCCCC;

}

select { 

	 background-color: #D1D1D1;

     color: #000000;

	 font-family: Verdana;

	 font-size: 11px;

     border: 1px solid #9D9D9D;

}

textarea { 

	 background-color: #D1D1D1;

     color: #000000;

	 font-family: Verdana;

	 font-size: 11px;

     border: 1px solid #9D9D9D;

}

.content {

	color: #121212;

	font-weight:bold;

}
