*{
    margin:0px;
    padding:0px;
    font-family:Arial;
}
body,td,textarea{
    font-size:12px;
}
img{
    border:0px;
}
a{
    color:#1167A4;
	text-decoration:none;
}
a:hover{
    color:#1167A4;
	text-decoration:underline;
}
a:visit, a:focus{
    color:#1167A4;
	text-decoration:none;
}
optgroup option{
    margin-left:20px;
}
li{
    margin-left:15px;
	list-style-type:square;
}
ul{
    padding-bottom:15px;
}

textarea{
    resize: none;
}

h1{
    color: #284F8A;
    font-size: 14px;
    margin-bottom: 10px;
	text-transform: uppercase;
	font-weight:bold;
}
h2{
    color: #284F8A;
    font-size: 12px;
	font-weight:normal;
	margin-top:0px;
}


.clearer{
    clear:both;
    background-color: transparent;
    border-color: transparent;
}