/* Loaded from : uk/co/aimltd/resources/styles/textSizesColours.css */
/*
 * Sets all colours and font sizes for most page types.
 * Colours and font sizes, often based on Traveline colour.
 *
 */

body 
	{
	color: black; 
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size:0.8em ;
	}

/* 
	Standard text sizes
	Redefine the font family for these.
 */
 /*
body,
textarea,
select,
input,
td, th
	{
	font-weight: normal; 
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:0.8em ;
	}*/

		
div.Header,
div.Footer,
div.RightGutter,
div.LeftGutter
	{
	color:white;
	background:#04049d;	
	width:100%; /** Need to set the width of this element, due to the peekaboo bug in I.E. */
	}



.normalText
	{
	color: black; 
	}

.darkBackground
	{
	background:#005535
	}
	
	
.lightmidBackground
	{
	background:#007d4f
	}
	
.midBackground
	{
	background:#005e3a
	}


.lightBackground
	{
	background:#00915a
	}



div.Header strong
	{
	font-size: 300%; 
	font-weight: bolder; 
	}
div.Header p
	{
	font-size: 100%; 
	}

div.Footer
	{ 
	font-size: small; 
	font-weight: normal; 
	}
	


/* Links */
a 			{text-decoration:underline; font-weight:bold;}
a:link 		{color:#060060;}
a:visited	{color:#060060;}
a:hover 	{color:#F80F80;}
a:active 	{color:#F80F80;}

div.Header a:link		{color:white;}
div.Header a:visited	{color:white;}

/* Headings */
h1, h2, h3, h4, h5,
table caption
	{
	color:#007d4f;
	margin-top:0px; 
	margin-bottom:0px; 
	}

h1
	{
	font-size: 180%; 
	}

h2
	{
	font-size: 160%; 
	}

h3
	{
	font-size: 140%; 
	}

h4
	{
	font-size: 120%; 
	}

/* Paragraphs */
p 
	{
	margin-top:0px; 
	margin-bottom:5px; 
	margin-left:5px;
	margin-right:5px;
	}

/* Lists */
ol, ul
	{
	margin-top:0px; 
	margin-left:20px;
	margin-right:30px;
	padding-left:30px;	
	padding-right:30px;	
	}

ul li {list-style: disc outside; color:#007d4f;}

/*fire fox following style -->
<!--
h1 + p 
	{
	color:lime;
	}
*/


/* Horizontal Line */
hr  {
	text-align:center;width:80%; height:1px; border: #060 1px solid;
	}

strong, b, .strong, em
{
	color: #005535;
	font-weight:bold;
}



/*
 * 	Ensures the colour of the check box is not a nasty square
 */ 
input.checkbox
	{
	background-color: transparent;
	}
		

