body {
    background-color: white;
	font-family: Arial, sans-serif;
}



/* general link styles*/
a:link{
	color: blue;
	text-decoration: underline;
	font-weight: normal;
}

a:visited{
	color: blue;
	text-decoration: underline;
	font-weight: normal;
}

a:hover{
    color: black;
	text-decoration: underline;
	font-weight: normal;
}

a:active{
    color: black;
	text-decoration: underline;
	font-weight: normal;
}




/* general text styles*/
.heading{
    text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: red;
}

.subheading{
    text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

.normal{
    text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

.smallprint{
    text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: black;
}

.error_message{
    text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: red;
}


/* other styles */
#admin_message_box{
    border: 1px solid black;
	width: 200px
	max-width: 200px;
	height: 200px;
	padding: 5px;
}




table#datatable{
    border: 0px;;
    border-collapse: collapse;
}


.table_input_header{
    background-color: #D9D7F7;
	border: solid #1807FD 1px;
}

.table_input_normal{
	border: solid #1807FD 1px;
	background-color: white;
}