/*
Main Stylesheet

*/

BODY {
	background-color : White;
	margin-right : 0px;
	margin-left : 0px;
	margin-bottom : 0px;
	margin : 0px;
	margin-top : 0px;
}


 A, A:ACTIVE, A:LINK, A:VISITED {
	color : #0000FF;
}

 A:Hover {
	color : #999999;
	text-decoration : none;
}


P, TD {
	font-family : Verdana;
	font-size : 12px;
}

.text {
	font-family : Verdana;
	font-size : 12px;
}

.text10 {
	font-family : Verdana;
	font-size : 10px;
}



.footer {
	font-family : Verdana;
	font-size : 9px;
}


H1 {
	font-family : Arial;
	font-size : 18px;
	color: Blue;
}

H2 {
	font-family : Arial;
	font-size : 16px;
	color: Blue;
}

H3 {
	font-family : Arial;
	font-size : 14px;
	color: #999999;
}

.small {
	font-size : 9px;
}

/*
Product Style
*/

.productdark {
	color:  #000066;
}

.productmedium {
	color:  #6666CC;
}

.productlight {
	color:  #9999FF;
}

A.productdark, A.productdark:ACTIVE, A.productdark:LINK, A.productdark:VISITED {
	color : #000066;
}

 A.productdark:Hover {
	color : #6666CC;
	text-decoration : none;
}



/*
Support Style
*/

.supportdark {
	color:  #003300;
}

.supportmedium {
	color:  #336633;
}

.supportlight {
	color:  #669966;
}

A.supportdark, A.supportdark:ACTIVE, A.supportdark:LINK, A.supportdark:VISITED {
	color : #003300;
}

 A.supportdark:Hover {
	color : #336633;
	text-decoration : none;
}


/*
Education Style
*/

.educationdark {
	color:  #330033;
}

.educationmedium {
	color:  #663366;
}

.educationlight {
	color:  #996699;
}

A.educationdark, A.educationdark:ACTIVE, A.educationdark:LINK, A.educationdark:VISITED {
	color : #330033;
}

 A.educationdark:Hover {
	color : #663366;
	text-decoration : none;
}



/*
Technology Style
*/

.technologydark {
	color:  #330000;
}

.technologymedium {
	color:  #663333;
}

.technologylight {
	color:  #996666;
}

A.technologydark, A.technologydark:ACTIVE, A.technologydark:LINK, A.technologydark:VISITED {
	color : #330000;
}

 A.technologydark:Hover {
	color : #663333;
	text-decoration : none;
}




/*
Clients Style
*/
.clientsdark {
	color:  #993300;
}

.clientsmedium {
	color:  #CC6633;
}

.clientslight {
	color:  #FF9966;
}

A.clientsdark, A.clientsdark:ACTIVE, A.clientsdark:LINK, A.clientsdark:VISITED {
	color : #993300;
}

 A.clientsdark:Hover {
	color : #CC6633;
	text-decoration : none;
}


/*
Downloads Style
*/
.downloadsdark {
	color:  #003333;
}

.downloadsmedium {
	color:  #336666;
}

.downloadslight {
	color:  #669999;
}

A.downloadsdark, A.downloadsdark:ACTIVE, A.downloadsdark:LINK, A.downloadsdark:VISITED {
	color : #003333;
}

 A.downloadsdark:Hover {
	color : #336666;
	text-decoration : none;
}