body {
 	margin: 0px;
	background-color: #FFFFCC;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
}

p, td, .defaultText {
	font-family: arial;
	font-size: 12px;
	color: #003170;
        text-align: justify;
}

h1 {
	font-family: arial;
	font-size: 34px;
        font-weight: bold;
        text-align: center;
}

h2 {
	font-family: arial;
	font-size: 16px;
        font-weight: bold;
        text-align: center;
}

h3 {
	font-family: arial;
	font-size: 12px;
        font-weight: bold;
        text-align: left;
}

h5 {
	font-family: arial;
	font-size: 10px;
        font-weight: bold;
        text-align: right;
}

h6 {
	font-family: arial;
	font-size: 9px;
        font-weight: normal;
        text-align: center;
}

ul {
	margin: 20px;
}

select {
	font-family: arial;
	font-size: 9px;
	color: #003170;
}

textarea {
	font-family: arial;
	font-size: 11px;
	color: #003170;
}

input {
	font-family: arial;
	font-size: 11px;
	color: #003170;
}




a:link {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
        color: #ffffcc;
}

a:active {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
        color: #ffffcc;
}

a:visited {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
        color: #ffffcc;
}

a:hover {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
        color: #ffffcc;
}

a.body:link {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
        color: #003170;
}

a.body:active {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
        color: #003170;
}

a.body:visited {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
        color: #003170;
}

a.body:hover {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
        color: #003170;
}