/*
PURPOSE:
	[1] Specific cascading stylesheet for [ NETWORK : apl ].

REVISION HISTORY:
	June 26th, 2004. v1.0. Created.

STATUS OF THIS DOCUMENT:
	This is a working draft.

MAINTAINER:
	Carl Lewin
	clewin@discovery.com

LEGAL NOTICE:
	Distribution of this document is limited.
	Copyright (C) Discovery.com 2004. All Rights Reserved.
*/


/*
###########################
HTML TAGS
###########################
*/
a:link {
	color: rgb(102,153,0);
}
a:visited {
	color: rgb(153,153,153);
}
a:active {
	color: rgb(102,153,0);
}
a:hover {
	color: rgb(102,153,0);
}


/*
###########################
COLORS
###########################
*/
.primeColor {
	color: rgb(102,153,0);
}
.secondColor {
	color: rgb(153,204,51);
}


/*
----------------------------------------------------- LEGACY [ rm @ 01.01.2005 ]
*/
/* dog & cat guides */
.plain {font-family:verdana,arial,helvetica; font-size:11px; color:#333333;}
.bold {font-family:verdana,arial,helvetica; font-size:11px; color:#333333; font-weight:bold}
.title {font-family:verdana,arial,helvetica; font-size:11px; color:#336699; font-weight:bold}
.blue {font-family:verdana,arial,helvetica; font-size:11px; color:#336699;}
.cw5 { margin: 0pt 5pt 5pt 5pt; }
.cw10 { margin: 0pt 10pt 10pt 10pt; }

