.align-left {
       text-align: left;
}
.align-center {
          text-align: center;
}
.align-right {
	text-align: right;
}

img{
	border:0px;
}

h1{
	font:100.01%;
	font-family:arial;
	font-size:17px;	
	color:#002b71;
	font-weight:bold;
}


h2{
font:100.01%;
	font-family:arial;
	font-size:16px;	
	color:#002b71 ;
}


h3{
font:100.01%;
	font-family:arial;
	font-size:12px;	
	color:#002b71 ;
}


h4{
font:100.01%;
	font-family:arial;
	font-size:16px;	
	color:#002b71 ;
}


h5{
font:100.01%;
	font-family:arial;
	font-size:16px;	
	color:#002b71 ;
}


h6{
font:100.01%;
	font-family:arial;
	font-size:16px;	
	color:#002b71 ;
}

a:link { color:#002b71 }
a:visited { color:#4B5970 }
a:hover { color:#e82e15 }
a:active { color:#002b71}
a:focus { color:#002b71 }

input{
color: #002b71;
background: #ced5e5;
border: 0px;
}

input:focus{
color: #002b71;
background: #FFFFFF;
border: 0px;
}

input.checkbox, input.radio{
background:;
}

textarea{
border: 0px;
background: #ced5e5;
}

textarea:focus{
border: 0px;
background: #FFFFFF;
}

select{
border: 0px;
background: #ced5e5;
}

select:focus{
border: 0px;
background: #FFFFFF;
}

p, li, table{
	font:100.01%;
	font-family:arial;
	font-size:14px;	
	color:#002b71 ;
}


html, body {
	font:100.01%;
	font-family:arial;
	font-size:12px;	
	color:#002b71 ;
}