* {
}

html {
	min-height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:url(images/background.jpg) repeat left top;
	font-size:12px;
}

.capitalise{
	text-transform: capitalize;
}

hr {
  border : none;
  border-top : dashed 1px #CCCCCC;
  width: 80%;
  height: 1px;
  text-align: center;
}

#blink { 
	text-decoration: blink;
	color:#FF0000;	
}

#redtext { 
	color:#FF0000;	
}

#tableborder td {
	border: 1px solid;
	border-color: #CCCCCC;
}

a:link { 
	color: #045AE3; text-decoration: none; 
}

a:visited { 
	color: #045AE3; text-decoration: none; 
} 

a:hover { 
	color:#0099FF;
} 

#menutop {
	color: #042D6A;
	font-weight: bold;
}

#silverborder {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom:10px;
    border:solid 1px silver;
}		

#secondlevel {
	font-size:10px;
}

#footertext {
	font-size:10px;
}

#borderlink {
	border:solid 1px #A5CEF7;
}

#borderlink:hover {
	border:solid 1px #045AE3;
	color:blue;
}

#greytext {
	color:#999999;
}

.heading {
	font-size: 18px;
	font-weight: bold;
}