/*============================================================================================
 
	Styles

==============================================================================================
*/
/*
	Colour definitions
	
Black		#000000
DimGray		#696969 
Gray		#808080 
DarkGray	#A9A9A9 
Silver		#C0C0C0
LightGray	#D3D3D3 
Gainsboro	#DCDCDC
WhiteSmoke 	#F5F5F5

DarkSlateGray	#2F4F4F 
LightSlateGray	#778899 

SlateGray	#708090 

SaddleBrown 	#8B4513
Sienna		#A0522D

Maroon		#800000
DarkRed		#8B0000
Major background image colour 0xEAEAEA;	#EAEAEA

logo colour:	#e22c2c  ( use #ce2929 )


*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Imported Styles
*/
@import url(master-asp.css);
@import url(menu-asp.css);

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Text Styles
*/
body { 
		font-family: Arial, Sans-Serif, serif, monospace; 	
		font-size: 0.8em; 
		font-weight: normal;
		color: #000000; 
		text-align: Left; 
		
		background-color: #ededed; /*this will change the screen colour background*/
		margin: 0px;
		margin-top: 0px;
		margin-bottom: 5px;
		}
		
p { 
		font-size: 1em; 
		text-align: Left;
		}
		
h1 { /* Page headings */
		font-size: x-large; 
		}
h2 { 
		font-size: large; 
		}
		
h3 { 
		font-size: medium; 
		}
		
h4 { 
		display: inline;
		font-size: 1em; 
		}
		
h5 { 
		font-size: x-small; 
		font-weight: bold;
		text-align: center;
		}
		
h6 { /*  */
		font-size: xx-small; 
		font-weight: normal;
		text-align: center;
		}
		
p.clsBackgroundColour { /* Font colour similar to the background image */
				color: #EAEAEA;
				font-size: xx-small; 
				}
				
p.clsBackgroundColour a { 
				color: #EAEAEA;
				font-size: xx-small; 
				}
				
p.clsBackgroundColour a: hover{ 
				color: #EAEAEA;
				font-size: xx-small; 
				}
				
h1 + h2 { 
		margin-top: 2em;
		}
		
p + h2 { 
		margin-top: 4em;
		}
		
p.clsInline {
		display: inline;
		text-align: left; 
		}
		
p.clsIndent2 { 
		margin-left: 2em; 
		margin-right: 2em;
		}
		
a { 
		color: Black;
		}
		
a:visited { 
		color: #000000;
		}
		
.clsRef {
		}
		
.clsRef a {
		color: Black;
		}
		
.clsRef a:visited {
		color: DarkRed;
		}
		
.clsAlternateFont { /* Alternative font style to highlight special text */
		font-family: "Times New Roman";
		font-style: italic;
		font-size: 130%;
		}
		
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Styles being devloped ...
*/
p.clsPaddingHor { /* NOT WORKING! */
		margin-left: 2em; 
		margin-right: 2em;
		}
		
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	END
*/