/* CSS Document */

/* Body & Scroll Bar */

body

{
		scrollbar-face-color: #FFF;
		scrollbar-shadow-color: #FFF;
		scrollbar-highlight-color: #FFF;
		scrollbar-3dlight-color: #FFF;
		scrollbar-darkshadow-color: #FFF;
		scrollbar-track-color: "darkblue";
		scrollbar-arrow-color: "blue";
}


/* Basic Pages */

td.welcome
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -1px;
	line-height: 100%;
	color: #000;
	padding: 5px, 15px, 5px, 5px;
}

td.template
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	
	line-height: 100%;
	color: #000;
	padding: 5px, 12px, 0px, 5px;
}


td.pagelables
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	color: #CC0000;
	padding: 10px, 15px, 0px, 5px;
}


td.contact
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	padding: 5px, 15px, 0px, 5px;
}

td.training
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	padding: 2px, 5px, 5px, 20px;
}



td.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	padding-top: 10px;
	padding-left:10px;
}

/* Footer Links */

a.read
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
	position:relative;
    right:22px;
}


a.read:hover

{

	color: #000;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

a.read1
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
	letter-spacing: .01cm;
	text-decoration: none;
}


a.read1:hover

{

	color: #000;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: .8px;
	text-decoration: underline;
}


a.read2
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	position:relative;
    left:8px;
}


a.read2:hover

{

	color: #CC0000;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

a.footermenu
{

	font-family: Trebuchet-MS, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	position:relative;
    left:120px;
}


a.footermenu:hover

{

	color: #CC0000;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}


/* Bifg Font */

p.bigfontlable
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

p.bigfontcontent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}




a.domains
{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	position:relative;
    left:2px;
}


a.domains:hover

{

	color: #CC0000;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}


