a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #AAAAAA;
}

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

table {
	font-size: 12px;
}

table.adm {
	margin-right: 10px;
	width: 320px;
	border: 1px #000000 solid;
	background-color: #A9D1F5;
}
	
h2 {
	margin: 0px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td.topcell {
	width: 980px;
	height: 110px;
    padding-bottom: 7px;
	border-bottom: 2px #FFFFFF solid;
	background-image: url('/images/top-studenetpris2.jpg');
    background-repeat: no-repeat;
}

td.contentcell {
	padding: 16px;
}

td.headerbox {
        height: 18px;
        background-image: url('/images/gradient.gif');
        border-top: 1px #DBA020 solid;
        border-bottom: 1px #DBA020 solid;
        font-weight: bold;
}

td.headerbox1 {
	height: 18px;
	width: 28px;
	background-image: url('/images/gradient.gif');
	border-top: 1px #DBA020 solid;
	border-bottom: 1px #DBA020 solid;
        border-left: 1px #DBA020 solid;
	font-weight: bold;
}

td.headerbox2 {
        height: 18px;
        background-image: url('/images/gradient.gif');
        border-top: 1px #DBA020 solid;
        border-bottom: 1px #DBA020 solid;
        border-right: 1px #DBA020 solid;
        font-weight: bold;
}

td.menubox {
	padding: 2px;
	background-color: #A9D1F5;
	border-top: 1px #FFFFFF solid;
}

input {
	font-size: 12px;
}

.textbox {
	width: 100%;
}

.button {
	width: 100%;
	margin-top: 2px;
	background-color: #9BBDD9;
}

