/* internal Pages*/

#Internal{
width: 96%;
font-size: 90%;
padding-left: 10px;
padding-right: 10px;
}

#Internal p{
font-size:90%;
}

#Internal h1{
font-size:120%;
font-weight: bold;
color:#000000;
}

#Internal h2{
font-size:100%;
font-weight: bold;
text-align: center;
color:#000000;
margin-top: 40px;
}

#Internal h3{
font-size:90%;
font-weight: bold;
text-align: center;
color:#000000;
margin-top: 20px;
}

#Internal li{
margin-bottom: 16px;
}

/* Button styling*/

.InternalBoxForm {
	float: none;
	margin: 20px 20px -10px 0px;
}

.InternalBoxForm input {
	border: 1px solid #CCC;
	padding: 6px 15px 6px 15px;
	margin: 10px 0px 0px 0px;
}

.InternalBottom .Button{
	padding: 3px 6px 3px 6px;
	border: 1px solid #557667;
	width: auto;
	font-size: 90%;
}

.centred{
text-align:center;
margin-left:auto;
margin-right:auto;
}

.error{
color:#FF0000;
font-weight: bold;
}