/*   Filename:  stylesWg.css

 *   Created:   08.12.03 by Hari Khalsa

 *   Modified:  
 *   03.12.04 by Hari Khalsa, added styles for todas

 *   Desription:  

 *   Women and Gender section style definitions

 *   Definitions and classes are as follows:

 *   

 *   ** The following definitions will be overridden by the cascade of section style sheets.  **

 *   ** These styles may be renamed by layout element, eg:  bgSbar, bgPgBar, etc.             **

 *   bgLite - background color for light-tone section coloring, used for page backgournd, side-bar, etc.

 *   bgMid - background color for mid-tone section coloring, used for page backgournd, side-bar, etc.

 *   bgDark - background color for dark-tone section coloring, used for page backgournd, side-bar, etc.

 *   

 *   ** link styles **

 *   a.snv - defines the link styles for the side navigation

 *

*/





/* Default Color Pallet classes */

.bgLite {background-color: #0066CC;}

.bgMid {background-color: #6699CC;}

.bgDark {background-color: #006699;}

.icoArrow {font-size: 8px; color: #999999;}
.regno {font-weight: bold; color: #6699CC;}

/*Link styles 

a.snv:link {font-family: Arial,Helvetica,sans-serif; font-size: 12px; text-decoration: underline; color: #006699 ;}

a.snv:active {font-family: Arial,Helvetica,sans-serif; font-size: 12px; text-decoration: underline; color: #006699;}

a.snv:hover {font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: bold; text-decoration: underline; color: #006699;}

a.snv:visited {font-family: Arial,Helvetica,sans-serif; font-size: 12px; text-decoration: underline; color: #006699;}*/
