@import url('reset.css');
@import url('global.css');
@import url('layout.css');
@import url('pages.css');
@import url('forms.css');

.noUnderlineOrItalics A:link {text-decoration: none; font-style: normal; font-weight: normal; color: black}
.noUnderlineOrItalics A:visited {text-decoration: none; font-style: normal; font-weight: normal; color: black}
.noUnderlineOrItalics A:active {text-decoration: none; font-style: normal; font-weight: normal; color: black}
.noUnderlineOrItalics A:hover {text-decoration: underline; font-style: normal; font-weight: normal; color: black}
.noUnderlineOrItalics
{
	font-family:arial;
	font-size: 15px;	
	font-style: normal;
	color: #000000
}



.noUnderline A:link {text-decoration: none; font-style: italic; font-weight: normal; color: black}
.noUnderline A:visited {text-decoration: none; font-style: italic; font-weight: normal; color: black}
.noUnderline A:active {text-decoration: none; font-style: italic; font-weight: normal; color: black}
.noUnderline A:hover {text-decoration: underline; font-style: italic; font-weight: normal; color: black}

.noUnderline
{
	font-family:arial;
	font-size: 15px;	
	font-style: italic;
	color: #000000
}

.noUnderlineMedium A:link {text-decoration: none; font-style: italic; font-weight: normal; color: black}
.noUnderlineMedium A:visited {text-decoration: none; font-style: italic; font-weight: normal; color: black}
.noUnderlineMedium A:active {text-decoration: none; font-style: italic; font-weight: normal; color: black}
.noUnderlineMedium A:hover {text-decoration: underline; font-style: italic; font-weight: normal; color: black}

.noUnderlineMedium
{
	font-family:arial;
	font-size: 19px;	
	font-style: italic;
	color: #000000
}


#light {
	font-weight:normal;
	font-size: 29px;
	font-style: normal;
	
	color: #000000;
	background-color: #000000;

	text-decoration: none;
	}


		
#dark {		
	font-size: 29px;
	font-style: normal;
	
	color: #ffffff;
	background-color: #aaaaaa;

	text-decoration: none;
	}
	

.signin
{
	font-family:arial;
	font-size:30px;
	color:#000000;
	font-weight:lighter;
}

.testResult
{
	font-family:arial;
	font-size:50px;
	color:#000000;
	font-weight:bold;
}

.errorMessage
{
	font-family:arial;
	color:#e00053;
}

.pinkMessage
{
	color:#e00053;
}


.bluelinks a:link {
	color: blue;
	text-decoration: none;
	}
	
.bluelinks a:hover {
	color: blue;
	text-decoration: none;
	}
	
.bluelinks a:visited {
	color: blue;
	text-decoration: none;
	}
	
.bluelinks a:visited:hover {
	color: blue;
	text-decoration: none;
	}


#tableHeading {
	color: #000000;
	font-family:arial;
	font-size:26px;
}



#basicText {
	color: #000000;
	font-family:arial;
	font-size:24px;
}

#testHeading {
	color: #000000;
	font-family:arial;
	font-size:32px;
}


#tableLabel2 {
	color: #000000;
	font-family:arial;
	font-size:25px;
}


#tableLabel {
	color: #000000;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
}



#tableLabel4 {
	color: #000000;
	font-family:arial;
	font-size:20px;
}

#tableLabel3 {
	color: #000000;
	font-family:arial;
	font-style: italic;
	font-size:25px;
}


#tablePrice {
	color: #000000;
	font-family:arial;
	font-size:14px;
}

#tableSmallHeading {
	font-family:arial;
	font-size:16px;
}

#smallHeading {
	font-family:arial;
	font-size:18px;
}

#tableTinyHeading {
	font-family:arial;
	font-size:14px;
}


#linkButton {
	border-style: solid;
	border-width: medium;
	border-color: #aaaaaa;
	background: #dddddd;
	font-family:arial;
	font-size:20px;
}

.linkButton a:link {
	color: blue;
	font-family:arial;
	font-size:24px;
	font-weight:bold;
	}
	
.linkButton a:hover {
	color: blue;
	}
	
.linkButton a:visited {
	color: blue;
	font-family:arial;
	font-size:24px;
	font-weight:bold;
	}
	
.linkButton a:visited:hover {
	color: blue;
	}

	
	/*************/
	
#navigation_dark a
{
background: #aaaaaa url(topleft.gif) no-repeat top left;
padding-left: 16px
}
#navigation_dark a span
{
background: #aaaaaa url(topright.gif) no-repeat top right;
padding-right:16px
}	

#navigation_light a
{
background: #ffffff url(topleft.gif) no-repeat top left;
text-decoration: none;
padding-left: 16px
}
#navigation_light a span
{
background: #ffffff url(topright.gif) no-repeat top right;
padding-right:16px
}	


#secondtabs
{
	font-family:arial;
	font-size:17px;
	color: #000000;
	text-decoration: none;
	background-color:#ffffff;	
}


#thankyou
{
}


#secondtabs_underline
{
	font-family:arial;
	font-size:17px;
	color: #ffffff;
	text-decoration: none;
	background-color: #aaaaaa;
}

#clienttabstable {
 background-color: #aaaaaa;
 margin: 0 0 0 0;
 }			
#bodytable {
 border: 3px solid #aaaaaa;
 margin: 0 0 0 0;
 }			
#maintabstable {
 border: 0px solid #aaaaaa;						
 margin: 0 0 -2 0;

	font-family:arial;
	font-size:17px;
	color: #ffffff;
}


