/* OCTAVIA CSS COLOR SHEET - AQUA */



/* TAGS */


a:active
	{
   	TEXT-DECORATION: underline;
	}

a:link
	{
   	TEXT-DECORATION: none;
	}

a:visited
	{
   	TEXT-DECORATION: none;
	}

a
	{
   	COLOR: #006699;
   	TEXT-DECORATION: underline;
	}

a:hover
	{
   	TEXT-DECORATION: underline;
	}



/* CLASSES */


.bgcolor
	{
	BACKGROUND-COLOR: #0099CC;
	}

.bgcolordots
	{
	BACKGROUND-COLOR: #0099CC;
	background-image:   url("../asp/imgs/graphics/dots.gif");
	}
	
.bgcolorlt
	{
	BACKGROUND-COLOR: #b7d7e7;
	}

.bgcolordk
	{
	BACKGROUND-COLOR: #669900;
	}

.copyright 
	{
	FONT-SIZE: 65%;
    FONT-FAMILY: Verdana, Tahoma, Arial, sans-serif;
	FONT-WEIGHT: normal;
   	COLOR: #999999;
    TEXT-DECORATION: none;
	}

.copyright A:active
	{
   	COLOR: #333333;
   	TEXT-DECORATION: underline;
	}

.copyright A:link
	{
   	COLOR: #666666;
   	TEXT-DECORATION: none;
	}

.copyright A:visited
	{
   	COLOR: #666666;
   	TEXT-DECORATION: none;
	}

.copyright A
	{
   	COLOR: #666666;
   	TEXT-DECORATION: none;
	}

.copyright A:hover
	{
   	COLOR: #333333;
   	TEXT-DECORATION: underline;
	}

.mainlink 
	{
	FONT-SIZE: 70%;
    FONT-FAMILY: Verdana, Tahoma, Arial, sans-serif;
	FONT-WEIGHT: normal;
   	COLOR: #006699;
    TEXT-DECORATION: none;
	}

.mainlink A:active
	{
   	COLOR: #006699;
   	TEXT-DECORATION: underline;
	}

.mainlink A:link
	{
   	COLOR: #006699;
   	TEXT-DECORATION: none;
	}

.mainlink A:visited
	{
   	COLOR: #006699;
   	TEXT-DECORATION: none;
	}

.mainlink A
	{
   	COLOR: #006699;
   	TEXT-DECORATION: underline;
	}

.mainlink A:hover
	{
   	COLOR: #006699;
   	TEXT-DECORATION: underline;
	}

.tab 
	{
	FONT-SIZE: 10px;
   	FONT-FAMILY: Verdana, Tahoma, Arial, sans-serif;
	FONT-WEIGHT: normal;
   	COLOR: #006699;
   	TEXT-DECORATION: none;
	width: 100px; 
	text-align: center; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	}

.tab A
	{
   	COLOR: #006699;
   	TEXT-DECORATION: none;
	width: 100px; 
	}

.tab A:hover
	{
   	COLOR: #000000;
   	TEXT-DECORATION: none;
	width: 100px; 
	}

.tabopen
	{
	FONT-SIZE: 10px;
    FONT-FAMILY: Verdana, Tahoma, Arial, sans-serif;
	FONT-WEIGHT: normal;
   	COLOR: #000000;
	BACKGROUND-COLOR: #FFFFFF;
    TEXT-DECORATION: none;
	width: 100px; 
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	}

.tabopen A
	{
   	COLOR: #000000;
    TEXT-DECORATION: none;
	width: 100px; 
	}

.tabopen A:hover
	{
    COLOR: #006699;
    TEXT-DECORATION: none;
	width: 100px;  
	}

.txtcolor
	{
    FONT-WEIGHT: normal;
    FONT-SIZE: 70%;
    COLOR: #0099CC;
    FONT-FAMILY: Verdana, Tahoma, Arial, sans-serif;
	}

.txtcolorbold
	{
    FONT-WEIGHT: bold;
    FONT-SIZE: 70%;
    COLOR: #0099CC;
    FONT-FAMILY: Verdana, Tahoma, Arial, sans-serif;
	}

.txtcolormed
	{
	FONT-WEIGHT: normal;
	FONT-SIZE: 80%;
	COLOR: #0099CC;
	FONT-FAMILY: Verdana, Tahoma, Arial, sans-serif;
	letter-spacing: 1px;
	}

.txtcolorlarge
	{
    FONT-WEIGHT: normal;
    FONT-SIZE: 100%;
    COLOR: #0099CC;
    FONT-FAMILY: Verdana, Tahoma, Arial, sans-serif;
	letter-spacing: 1px;
	}

.txtcolormaintitle
	{
	FONT-WEIGHT: normal;
	FONT-SIZE: 80%;
	COLOR: #0099CC;
	FONT-FAMILY: Verdana, Tahoma, Arial, sans-serif;
	letter-spacing: 1px;
	}

.txtcolorsubtitle
	{
	FONT-WEIGHT: normal;
	FONT-SIZE: 70%;
	COLOR: #0099CC;
	FONT-FAMILY: Verdana, Tahoma, Arial, sans-serif;
	margin-bottom: 5px;
	}

