/* CSS Document */

a:link   {background-color:transparent;color:yellow; text-decoration: none;}
a:visited{background-color:transparent;color:yellow; text-decoration: none;}
a:hover  {background-color:transparent;color:yellow; text-decoration: none;}
a:active {background-color:transparent;color:yellow; text-decoration: none;}

.affiliates a:link  	{color:green; text-decoration:underline;}
.affiliates a:visited  	{color:green; text-decoration:underline;}
.affiliates a:hover  	{color:darkorchid; text-decoration:underline;}
.affiliates a:active  	{color:green; text-decoration:underline;}

.side_btn 		{background:mediumseagreen;color:yellow;width:190px; font-weight:bold;line-height:1.5;height:30px;border: 1px solid darkorchid; margin:3px;font-size:20px;}
.side_btn:hover {background:darkorchid;color:yellow;width:190px; font-weight:bold;line-height:1.5;height:30px;border: 1px solid rgb(255,215,0); margin:3px;}
.side_btn a:link{background:transparent;color:yellow;	font-weight:bold;line-height:1.5;font-size:20px;}

.side_btn_chosen{background:rgb(255,215,0); color:darkorchid; width:190px; font-weight:bold;line-height:1.5;height:30px;border: 1px solid darkorchid; margin:3px;font-size:20px;}

.address_div{width:195px; height:235px;border:0px solid darkorchid;}
.address_label{text-align:center;line-height:1.25;background-color:white;font-size:18px;color:darkorchid;font-weight:bold;}
.address_bits{color:darkorange;}
.address{background-color:white;color:navy;font-weight:none;font-size:16px;}

.anchor_div{width:100%;height:100%;}

.footer 			{color:yellow; 	background:navy;  font-style:bold;line-height:3;font-size:14px;}
.footer a:link		{color:yellow; 	background:navy;  font-style:bold;line-height:3;font-size:14px;}
.footer a:visited	{color:yellow; 	background:navy;  font-style:bold;line-height:3;font-size:14px;}
.footer a:hover 	{color:green;	background:yellow;font-style:bold;line-height:3;font-size:14px;}
.footer a:active	{color:yellow; 	background:navy;  font-style:bold;line-height:3;font-size:14px;}
.footer_chosen		{color:white; 	background:navy;  font-style:bold;line-height:3;font-size:14px;}

.doc_link  a:link   {text-decoration:underline; color:#FF0000;border: 1px solid white;}
.doc_link  a:visited   {text-decoration:underline; color:#FF0000;border: 1px solid white;}
.doc_link  a:active   {text-decoration:underline; color:#FF0000;border: 1px solid white;}
.doc_link  a:hover   {text-decoration:underline; color:#FF0000;border: 1px solid red;}

.dev_link         {font-weight:bold;font-size:9px;						    color:yellow;}
.dev_link a:link  {font-weight:bold;font-size:9px;text-decoration:underline;color:yellow;}
.dev_link a:hover {font-weight:bold;font-size:9px;text-decoration:underline;color:yellow;}