/* 

	+----------------------------------------------------------------+
	| Copyright (C) 2007, PaintTech America Inc.                     }
	| Designed by APD Technologies Inc.                              |
	| All Rights Reserved                                            |
	|                                                                |
	| RESTRICTED RIGHTS:                                             |
	|                                                                |
	| This  file  may have  been supplied  under a  license.  It may |
	| be used, disclosed, and/or copied only as permitted under such |
	| license agreement.  Any copy must contain the  above copyright |
	| notice and this restricted rights notice.  Use, copying, and / |
	| or  disclosure of   the file  is strictly  prohibited   unless |
	| otherwise provided in the license agreement.                   |
	+----------------------------------------------------------------+

	$Id: links.css,v 1.1.1.1 2007/04/11 23:58:59 adsouza Exp $
	Author:		Anthony D'Souza
	Descrition:	links styles

*/

/* nav bar link */
.nbl:link {
	font-family			:	verdana, arial, helvetica, sans-serif;
	font-size			:	10px;
	text-decoration		:	none;
	color				:	#3366cc;
	margin				:	0px;
}

.nbl:visited {
	font-size			:	10px;
	text-decoration		:	none;
	color				:	#3366cc;
	margin				:	0px;
}

.nbl:hover {
	font-size			:	10px;
	text-decoration		:	none;
	margin				:	0px;
	color				:	#ff9900;
}

.nbl:active {
	font-size			:	10px;
	color				:	#444444;
	text-decoration		:	underline;
	margin				:	0px;
}

/* bottom footer links */
.bfl:link {
	font-family			:	verdana, sans-serif;
	font-size			:	9px;
	text-decoration		:	none;
	color				:	#3366cc;
	margin				:	0px;
}

.bfl:visited {
	font-size			:	9px;
	text-decoration		:	none;
	color				:	#3366cc;
	margin				:	0px;
}

.bfl:hover {
	font-size			:	9px;
	margin				:	0px;
	color				:	#3366cc;
	text-decoration		:	underline;
}

.bfl:active {
	font-size			:	9px;
	color				:	#444444;
	text-decoration		:	underline;
	margin				:	0px;
}

/* designed by link */
.dbl:link {
	font-family			:	verdana, sans-serif;
	font-size			:	9px;
	text-decoration		:	none;
	color				:	#3366cc;
	margin				:	0px;
}

.dbl:visited {
	font-size			:	9px;
	text-decoration		:	none;
	color				:	#3366cc;
	margin				:	0px;
}

.dbl:hover {
	font-size			:	9px;
	margin				:	0px;
	color				:	#3366cc;
	text-decoration		:	underline;
}

.dbl:active {
	font-size			:	9px;
	color				:	#444444;
	text-decoration		:	underline;
	margin				:	0px;
}

/* standard content link */
.scl:link {
	font-family			:	verdana, sans-serif;
	font-size			:	9px;
	text-decoration		:	none;
	color				:	#000000;
	margin				:	0px;
}

.scl:visited {
	font-size			:	9px;
	text-decoration		:	none;
	color				:	#000000;
	margin				:	0px;
}

.scl:hover {
	font-size			:	9px;
	margin				:	0px;
	color				:	#3366cc;
	text-decoration		:	underline;
}

.scl:active {
	font-size			:	9px;
	color				:	#444444;
	text-decoration		:	underline;
	margin				:	0px;
}

/* standard blue content link */
.sbcl:link {
	font-family			:	verdana, sans-serif;
	font-size			:	12px;
	text-decoration		:	none;
	color				:	#3366cc;
	margin				:	0px;
}

.sbcl:visited {
	font-size			:	12px;
	text-decoration		:	none;
	color				:	#3366cc;
	margin				:	0px;
}

.sbcl:hover {
	font-size			:	12px;
	margin				:	0px;
	color				:	#ff0000;
	text-decoration		:	underline;
}

.sbcl:active {
	font-size			:	12px;
	color				:	#ff0000;
	text-decoration		:	underline;
	margin				:	0px;
}

/* main page news link */
.mpnl:link {
	font-family			:	verdana, sans-serif;
	font-size			:	10px;
	text-decoration		:	none;
	color				:	#3366cc;
	margin				:	0px;
}

.mpnl:visited {
	font-size			:	10px;
	text-decoration		:	none;
	color				:	#3366cc;
	margin				:	0px;
}

.mpnl:hover {
	font-size			:	10px;
	margin				:	0px;
	color				:	#ff0000;
	text-decoration		:	underline;
}

.mpnl:active {
	font-size			:	10px;
	color				:	#ff0000;
	text-decoration		:	underline;
	margin				:	0px;
}

/* close page link */
.cpl:link {
	font-family			:	verdana, sans-serif;
	font-size			:	10px;
	text-decoration		:	none;
	color				:	#dddddd;
	margin				:	0px;
}

.cpl:visited {
	font-size			:	10px;
	text-decoration		:	none;
	color				:	#dddddd;
	margin				:	0px;
}

.cpl:hover {
	font-size			:	10px;
	margin				:	0px;
	color				:	#dddddd;
	text-decoration		:	underline;
}

.cpl:active {
	font-size			:	10px;
	color				:	#dddddd;
	text-decoration		:	underline;
	margin				:	0px;
}


/* view gallery link */
.vgl:link {
	font-family			:	verdana, arial;
	font-size			:	9px;
	font-weight			:	bold;
	text-decoration		:	none;
	color				:	#000000;
}

.vgl:visited {
	font-size			:	9px;
	font-weight			:	bold;
	text-decoration		:	none;
	color				:	#000000;
}

.vgl:hover {
	font-size			:	9px;
	font-weight			:	bold;
	margin				:	0px;
	color				:	#000000;
	text-decoration		:	underline;
}

.vgl:active {
	font-size			:	9px;
	font-weight			:	bold;
	color				:	#000000;
	text-decoration		:	underline;
	margin				:	0px;
}

