/* uni-uk master stylesheet */
/* version 1.0  11 April 06 */
/* Colors : background light green = 98c932  background dark green = 189798*/
/* 	font-family:"Comic Sans MS",Verdana,Arial, Helvetica, Geneva, sans-serif;  */

body {
	font-family: Arial, Verdana, Helvetica;
	margin:0; padding:0;/*Opera applies margin and padding to the body*/
	background-color: #ffffff;
	font-size: 10pt;
}

.headertext {
	font-size: 170%;
	font-weight: bold;
	text-decoration: underline;
}

td.reallybigtext {
	font-size: 20pt;
	font-weight: bold;
}

td.bigtext {
	font-size: 14pt;
}

.navbar {
	background-color: pink;
	font-size: 120%;
	font-weight: bold;
}

.bigtext {
	font-weight: bold;
	font-size: 120%;
}

.bolditalic {
	font-weight: bold;
	font-style: italic;
}

.redtext {
	color: #cc0000;
	font-weight: bold;
}

.boldtext {
	font-weight: bold;
}

.smalltext {
	font-size: 9px;
	font-style: italic;
}

.redtext {
	font-size: 10px;
	color: red;
	font-weight: bold;
}

textarea {
	background-color: #efefef;
	width: 300px;
	border: solid #189798;
	border-width: 1px 1px 1px 1px;
	font-size: 10px;
	font-family: Verdana, Arial;
}

textarea:focus {
	background-color: #d7d2ea;;
}

input {
	background-color: #efefef;
	width: 300px;
	border: solid #189798;
	border-width: 1px 1px 1px 1px;
	font-size: 10px;
	font-family: Verdana, Arial;
}

input.form {
	display: block;
	float: left;
	margin-bottom: 10px;
}

input:focus {
	background-color: #d7d2ea;
}

.checkbox {
	width: 15px;
	border-width: 0px 0px 0px 0px;
}

input.datefields {
	width: 50px;
}

input.smallbutton {
	background-color: #ccccff;
	width: 110px;
	color: black;
	font-size: 10px;
	border-width: 1px;
	border-color: black;
	padding: 2px;
	font-weight: bold;
 	border: 1px outset #d7b9c9
}

        font-weight: bold;
        border: 1px outset #d7b9c9
}

/* A thin line */
hr.thin {
	border: none 0;
	border-top: 1px solid #aaaaaa;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

#box2 {width: 1000px; margin: 0 15px 0 0; display: inline; }
#box2 .main {border: 2px solid #d5e5f1; margin-bottom: 5px;}
#box2 .main.content {background-color: #f6f7fb; }
#box2 .main.content p {margin: 7px; font-size: 105%;}
#box2 .main.content h3 {font-size: 100%; color: #ffffff; font-weight: bold; margin: 0; padding: 4px 10px; background-color: #d5e5f1;}

#box3 {width: 1000px; margin: 0 15px 0 0; display: inline; }
#box3 .main {border: 2px solid #d5e5f1; margin-bottom: 5px;}
#box3 .main.content {background-color: pink; }
#box3 .main.content p {margin: 7px; font-size: 105%;}
#box3 .main.content h3 {font-size: 100%; color: #ffffff; font-weight: bold; margin: 0; padding: 4px 10px; background-color: #d5e5f1;}

a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: red;
}


