/* Block Formatting Stylesheet for Croft Training */

BODY {
	color : White;
	background-color : #000065;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	margin : 0px 0px 0px 0px;
	background-image: url(../images/main_background_long1.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1 {
	font-size : 1.6em;
}

h2 {
	font-size : 1.4em;
}

h3 {
	font-size : 1.2em;
}

a {
	color : white;
	background-color : transparent;
}

cb.input { 
	background-color: Blue; 
}
td {
	font-size: 0.8em;
}
a:visited {
    colour: blue;	  	
}
a:hover {
    color: #0066ff;
	background-color: transparent;
}
a.active {   
    color: black;
	background-color: yellow;
}
a {
   text-decoration: none;
}   			
a.underline {
	color : white;
	text-decoration: underline;		
	background-color : transparent;
}
a.yellow {
    color: yellow;
	}
ol.stepped {
	font-family : Arial, Helvetica, sans-serif;
}

ol.stepped li {
	padding-bottom : 15px;
}