body{
margin: 0px;
font-family: Arial;
font-size: 12px;
}

html {
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

.red_header{
font-size: 18px;
color: #223493;
}

a.big_link{
font-size: 18px;
color: #999999;
text-decoration: none;
}

a.big_link:hover{
text-decoration: underline;
}

.grey_bodytext{
font-size: 12px;
color: #414141;
}

.red_bodytext{
font-size: 12px;
color: #223493;
}

input.login{
background-color: #FFFFFF;
border: 1px solid #DADADA;
padding-left: 5px;
color: #737ED2;
width: 197px;
}

input.login:hover{
background-color: #FFFFFF;
border: 1px solid #737ED2;
padding-left: 5px;
color: #737ED2;
}

input.submit{
background-color: #F0F0F0;
border: 1px solid #DADADA;
border-right: 10px solid #414141;
font-size: 14px;
color: #414141;
padding-right: 5px;
}

input.submit:hover{
background-color: #F0F0F0;
border: 1px solid #737ED2;
border-right: 10px solid #414141;
font-size: 14px;
color: #414141;
padding-right: 5px;
}

tr.child_list{
background-color: #FFFFFF;
border: 1px solid #E2E2E2;
}

tr.child_list:hover{
background-color: #CCCCCC;
border: 1px solid #BCBCBC;
}