a:link {
	text-decoration : none;
	color : #77B0CC;
}
a:visited {
	text-decoration : none;
	color : #77B0CC;
}
a:hover {
	text-decoration : none;
	color : #FFFFFF;
}
a:active {
	text-decoration : underline;
}
a:focus {
	text-decoration : none;
}

form {
	display : inline;
}

div {
	display : inline;
}

small {
	font-size : 10pt;
}

.s2 {
	font-size : 11pt;
	text-decoration : none;
	font-weight : normal;
}

body {
	background-color: #EEEEEE;
	margin-top : 0;
	margin-bottom : 0;
	color	: #EE0000;
	font-family: Helvetica, Arial, sans-serif;
}

th {
	font-size : 12pt;
	text-align: left;
	color : #000000;
}

h2 {
	color : #000000;
    font-size:1.5em;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}
input,
select {
    border:1px solid #AAA;
    box-sizing:content-box;
	padding : 3px;
	margin : 2px 0 2px 10px;
}