/******************************************************/
/*  Text: #ffffff;                                    */
/*  Links: #21cf00;                                   */
/*  Mouseovers:  #c69004;                             */                     
/*  Text Boxes Background:  #424240;                  */
/*  Text Boxes Link color:  #21cf00;                  */
/*  Text Boxes Mouseover color: #ffffff;              */
/*  Text Boxes Text Color: #ffffff;                   */   
/*  Fonts: Arial, Helvetica,                          */
/******************************************************/




/*BACKGROUND IMAGE************/


body {
background: #424240;
background-attachment:fixed; 
background-color: #424240;
/*if you want a solid color instead, erase "url('images/bg.jpg') repeat" and write in your color code "#333333"*/
font:14px Arial, Helvetica, sans-serif; /*ENTRY FONTS*/
color:#ffffff; /*OVERALL TEXT COLOR*/
background-image: 
url('http://www.allindaphoto.com/photos/1/691791678_Zxa65-O.jpg');
background-repeat:repeat-x;
background-position: top center;
}



/*LINK STYLES****************/


a {
text-decoration:none;
color:#21cf00;
}

a:hover {text-decoration:none; color:#c69004;}

a.commentsspecial {
text-decoration:none;
font:14px Arial, Helvetica, sans-serif; /*ENTRY FONTS*/
color:#21cf00; /*OVERALL TEXT COLOR*/
}


a.commentsspecial:hover {text-decoration:none;}


/*LOGO IMAGE*****************/


#logo { 
height:70px;
width:100%;
background:#fff url('images/logo.jpg') no-repeat left;	
}

#menu {
background:#fff;
}

#menu li a {
font:11px Arial, Helvetica, sans-serif; /*MENU FONT STYLES*/
text-transform: uppercase;
color:#222;	/*MENU FONT COLOR*/
}

#menu li a:hover {
color:#c69004; /*MENU FONT COLOR WHEN HOVERING*/
} 


/*BANNER COLORS*************/


#banner {
height: 325px; /*BANNER HEIGHT in case you want to change it*/
overflow: hidden;
}


#slideshowbanner {background: #ffffff; width: 1000px; height: 250px;}

/*TWITTER / SEARCH / RSS***/

.holder {
background:#e9e6dd;
}

.holder .text strong {
display:block;
font-size:10px;
color:#2c2c2c;
font-weight:normal;
line-height:17px;
position:relative;
margin:-4px 0 0;
}

.holder .text p {
font-size:10px;
color:#2c2c2c;
line-height:17px;
margin:0 0 5px;
}

/*POSTS*******************/

.title {

/*POST IMAGE delete background...'s line if you do not wish to have a logo on the side*/

background:url(http://www.allindaphoto.com/photos/727736142_L59Pw-O-1.png) no-repeat;
padding:0 0 0 44px;
margin-top: 20px;
}


/*POST TITLE FONT STYLE**/


.ti, .title h2 {
margin:0;
font-size:20px;
font-family: Arial, Helvetica, sans serif;
font-weight:normal;
line-height:20px;
color:#21cf00;
}


/*DATE AND CATEGORY FONT STYLES*/


.title span a, .title span {
color:#c69004;
font-size:12px;
font-weight:normal;
line-height:24px;
}


/*COMMENT BOX**************/

.comment {

/*COMMENT BOX BACKGROUND color*/
background:#424240;
}

#commentbackground {background: transparent; padding-left:8px; border: 1px solid #21cf00;}
.text-box p span,
.text-box p a {
/*COMMENTER's LINK COLOR*/
color:#21cf00;
}


.text-box p a:hover{

/*COMMENTER's LINK COLOR*/

color:#ffffff;

}

.comment {


width:970px;


        /* proposed change by JAY  width: 810px*/;



margin:0 15px 58px;
padding:8px 0 4px;
height:148px;
overflow:auto;
border: 1px solid #21cf00;
}


#respond {padding-left:10px}

.text-box {padding:0 12px;}

.text-box p {
font: 14px/30px  Arial, Helvetica, sans-serif;
color:#ffffff;
margin:0;
}


/* NEXT / PREVIOUS PAGE ARROWS*/


.arrows {
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
	background:transparent;
}

.arrows li {
	font:10px/25px  Arial, Helvetica, sans-serif;
	color:#21cf00;
	text-transform:uppercase;
}


.arrows li.prev {
	float:left;
	padding:0 0 0 29px;
}

.arrows li.next {
	float:right;
	padding:0 16px 0 0;
}

.arrows li a {
	color:#21cf00;
	text-decoration:none;
}

.arrows li a:hover {text-decoration:underline;}


/*FOOTER LINKS*/
#footer {
width:1000px;
font:10px/25px  Arial, Helvetica, sans-serif;
color:#21cf00;
text-align:center;

/*        height: 50px; */
		margin:0 auto;

}




/*NAVIGATION for single posts*/


.navigation {
width: 970px;
padding-left: 15px;
}

.alignleft {float: left;}
.alignright {float: right;}
.clear {clear: both;}

/*Edit only if you dare*/


body {
margin:0;		
}

img {border: solid 1px #21cf00;}

input,
textarea,
select{
font:100% arial,sans-serif;
vertical-align:middle;
}

form,fieldset{
margin:0;
padding:0;
border-style:none;
}


#outerwrapper {	
margin:0 auto;
width: 1020px;

}


/*main container*/


#main {
margin:0 auto;
width: 1000px;
padding:0px 0 20px;
}


/*header*/


#menu {
list-style:none;
margin:0;
padding:0 0 0px 15px;	
height:1%;
}

#menu:after {
content:" ";
display:block;
clear:both;
}

#menu li {
padding:8px 30px 0px 30px;
float:left;
}

#menu li a {
height:25px;
float:left;
text-align:center;
text-decoration:none;
}

#menu li.hover a,
#menu li:hover a,
enu li.hover,
#menu li:hover {
position: relative;
}

#menu li.hover ul,
#menu li:hover ul {
display: block;
}

#menu ul {
padding:14px 0 6px;
margin:0;
list-style:none;
width:147px;
display: none;
position: absolute;
left: 0;
top: 100%;
background:#e9e6dd;
}

#menu ul li {
padding:0 10px 0 17px;
width:120px;
}


#menu ul li a {
width:100%;
background:none;
color:#c69004;
line-height:18px;
height:auto;
display:block;
}

#menu ul li a:hover {color:#000;}

.holder {
padding:20px 15px 20px;
width:970px;
overflow:hidden;
}

.holder ul {
list-style:none;
margin:0;
padding:0;
height:1%;
overflow:hidden;
}


.holder ul li {float:left;}
.holder .text {
width:420px;
padding:0 64px 0 17px;
}

.holder ul li.search {
padding:0 67px 0 95px;
width:187px;
}

.holder ul li.search label {
color:#2b2b2b;
font-size:10px;
line-height:10px;
display:block;
text-transform:uppercase;
padding:0 0 9px;
}

.holder ul li.search span {
background:url(images/search.gif) no-repeat;
display:block;
width:171px;
height:33px;
padding:6px 8px 0;
}

.holder ul li.search span input {
background:none;
border:0;
width:171px;
}

.holder ul li.rss {padding: 11px 0 0 49px;}
.holder ul li.rss a {
display:block;
width:43px;
height:44px;
overflow:hidden;
text-indent:-9999px;
background:url(images/rss.png) no-repeat;
}


/*content*/


#content {
width:1000px;
background: transparent;
padding: 1px 0 0;
}

.post {
padding:0 15px;
overflow:hidden;
}

.post p {
line-height:25px;
margin:0 0 22px;
font-size: 14px;
}

.image {
display:block;
margin:0 0 19px;
}

.image img, img {
display:block;
margin:0 auto;
}

.content-box {
width:970px;
padding:0 15px 10px;
overflow:hidden;
}

.coment {
list-style:none;
margin:0;
padding:0;
float:left;
overflow:hidden;
height:1%;
position:relative;
}

.coment li {
background:url(images/comments-divider.gif) no-repeat 0 50%;
padding:0 19px 0 21px;
position:relative;
float:left;
font:10px/25px Papyrus, Comic Sans MS, Arial, Helvetica, sans-serif;
margin:0 19px 0 -21px;
font-weight: bold;
}

.coment li a {
color:#21cf00;
text-decoration:none;
outline:none;
}

.coment li a:hover {color:#c69004;}

.links {
list-style:none;
margin:0;
padding:0 2px 0 0;
float:right;
}

.links li {
float:left;
padding:0 6px 0 0;
}

* html .links li {
float:left;
width: 15px;
}


* +html .links li {
float:left;
width: 15px;
padding:0 6px 0 0;
}


/*new-comment*/

.new-comment {
width:640px;
padding:0px 0 0 257px;
}

.form {
width:436px;
padding:0px 35px 30px 28px;
background: transparent;	
}


.form label {
display:block;
color:#472a0;
font:14px/16px  Arial, Helvetica, sans-serif;
}

.form-box {
width:100%;
overflow:hidden;
}

.left-box {
float:left;
width:232px;
padding:2px 0 0;
}

.right-box {
float:right;
width:200px;
}

.right-box textarea {
width:178px !important;
height:109px !important;
padding:10px !important;
overflow:auto !important;
border:1px solid #ccc !important;
}

.form .line {
padding:0 0 17px !important;
}


.form .line input {
width:186px !important;
border:1px solid #ccc !important;
padding:1px 6px !important;
}

.form  .cancel {
display:block;
width:38px;
height:12px;
overflow:hidden;
background:url(images/cansel.gif) no-repeat;
text-indent:-9999px;
}

.form .bottom {
height:1%;
overflow:hidden;
padding:8px 0 0 144px;
}

.form .bottom input {
float:left;
margin:0 19px 0 0;
padding:2px 0 0;
}

.log_admin{
padding-left: 234px;
}

.title a {
text-decoration: none;
}

.comment_form input, .comment_form textarea, .input {
border:1px solid #ccc !important;
}

.comment_form{
padding-left: 257px;
width: 432px;
}

.comment_form .submit{
border: none !important;
}

.inner {
padding: 20px;
}


.coment{
text-transform: uppercase;
}


/*CUSTOM CSS*********************/



/*CUSTOM CSS - Header ***********/


#header img {display:none;}
#menu {display:none;}
.holder {display:none;}


#logo {display:none;}


/*CUSTOM CSS - Header Divisions *********/


#topbanner {background:url(http://www.allindaphoto.com/photos/726743966_PfHEY-O.png) no-repeat; width:1000px; height: 150px; display: block; align: center;}


#slideshowbanner {height: 394px; background: #ffffff; display: block;}




/*********************/
/* Menu Styles       */
/*********************/
/*****************************************************************/
/* mainemenystyle=Style of the menu item */
/* Keep Link, Visited, Active same style                         */
/* Hover style is when the end-user mouses over the menu item    */
/* Font-Family: Font of the menu listed in priority              */
/* Font-Size: Font size of the menu                              */
/* Color: Font color                                             */
/* Float: Aligns the Text                                        */
/* Width: Sets the width for the menu items equally              */
/* Text-Decoration: turns off the underline                      */
/* List-Stye-Type: turns off the bullet points for the sub menus */
/* Padding-top: space above the sub-menu item                    */
/* Padding-bottom: space below the sub-menu item                 */
/*****************************************************************/
.alwpmainmenucolor  {background:transparent;}
.alwpmainmenustyle  {
font-family:  Papyrus, 'Comic Sans MS', Arial, Verdana,  sans-serif; 
font-size:14px; font-weight:normal; 
color:#21cf00; 
float:left; 
width:115px; 
font-style: none;
border-top-style: solid;
border-right-style: solid;  
border-bottom-style: solid;
border-left-style: solid; 
border-top-color: #21cf00;
border-right-color:  #21cf00; 
border-bottom-color: #21cf00;
border-left-color: #21cf00;
border-top-width: 0px; 
border-right-width: 0px; 
border-bottom-width: 0px; 
border-left-width: 0px;
padding-top: 0.1em; 
padding-right: 0.1em; 
padding-bottom: 0.1em; 
padding-left: 0.1em;}
a.alwpmainmenustyle        	{font-family:  Papyrus, 'Comic Sans MS', Arial, Verdana,  sans-serif; font-size:14px; font-weight:normal; color:#21cf00; float:left; width:115px; text-decoration:none;}
a.alwpmainmenustyle:link    	{font-family:  Papyrus, 'Comic Sans MS', Arial, Verdana,  sans-serif; font-size:14px; font-weight:normal; color:#21cf00;}
a.alwpmainmenustyle:visited 	{font-family:  Papyrus, 'Comic Sans MS', Arial, Verdana,  sans-serif; font-size:14px; font-weight:normal; color:#21cf00;}
a.alwpmainmenustyle:active  	{font-family:  Papyrus, 'Comic Sans MS', Arial, Verdana,  sans-serif; font-size:14px; font-weight:normal; color:#21cf00;}
a.alwpmainmenustyle:hover   	{font-family:  Papyrus, 'Comic Sans MS', Arial, Verdana,  sans-serif; font-size:14px; font-weight:normal; background:transparent; color:#c69004; }




.alwpmainmenustyles  {
font-family:  Papyrus, 'Comic Sans MS', Arial, Verdana,  sans-serif; 
font-size:14px; font-weight:normal; 
color:#21cf00; 
float:left; 
width:103; 
font-style: none;
border-top-style: solid;
border-right-style: solid;  
border-bottom-style: solid;
border-left-style: solid; 
border-top-color: #21cf00;
border-right-color:  #21cf00; 
border-bottom-color: #21cf00;
border-left-color: #21cf00;
border-top-width: 0px; 
border-right-width: 0px; 
border-bottom-width: 0px; 
border-left-width: 0px;
padding-top: 0.1em; 
padding-right: 0.1em; 
padding-bottom: 0.1em; 
padding-left: 0.1em;}
a.alwpmainmenustyles        	{font-family:  Papyrus, 'Comic Sans MS', Arial, Verdana,  sans-serif; font-size:14px; font-weight:normal; color:#21cf00; float:left; width:103px; text-decoration:none;}
a.alwpmainmenustyles:link    	{font-family:  Papyrus, 'Comic Sans MS', Arial, Verdana,  sans-serif; font-size:14px; font-weight:normal; color:#21cf00;}
a.alwpmainmenustyles:visited 	{font-family:  Papyrus, 'Comic Sans MS', Arial, Verdana,  sans-serif; font-size:14px; font-weight:normal; color:#21cf00;}
a.alwpmainmenustyles:active  	{font-family:  Papyrus, 'Comic Sans MS', Arial, Verdana,  sans-serif; font-size:14px; font-weight:normal; color:#21cf00;}
a.alwpmainmenustyles:hover   	{font-family:  Papyrus, 'Comic Sans MS', Arial, Verdana,  sans-serif; font-size:14px; font-weight:normal; background:transparent; color:#c69004; }




tr.alwpsubmenustyle {margin: auto auto auto auto;}

td.alwpsubmenustyle 	       
{

background: transparent;  
font-family:  Papyrus, 'Comic Sans MS', Arial, Verdana,  sans-serif; 
font-size:14px; 
font-weight:normal;
font-style: none; 
color:#21cf00;
float:left;  
width:230px; 
text-decoration:none; 
list-style-type:none;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none; 
border-top-color: #21cf00;
border-right-color:  #21cf00; 
border-bottom-color:  #21cf00;
border-left-color:  #21cf00;
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px
padding-top: 0.1em; 
padding-right: 0.5em; 
padding-bottom: 0.1em; 
padding-left: 0.8em;
margin-top: 3px; 
margin-right:0px; 
margin-bottom:0px;
margin-left:0px;}

a.alwpsubmenustyle 	      {text-decoration:none; list-style-type:none; float: left; width:230px; font-size:14px; color:#21cf00; font-family:  Papyrus, 'Comic Sans MS', Arial, Verdana,  sans-serif; }
a.alwpsubmenustyle:link       {text-decoration:none; list-style-type:none; color: #21cf00; font-family:  Papyrus, 'Comic Sans MS', Arial, Verdana,  sans-serif; }
a.alwpsubmenustyle:visited    {text-decoration:none; list-style-type:none; color: #21cf00; font-family:  Papyrus, 'Comic Sans MS', Arial, Verdana,  sans-serif; }
a.alwpsubmenustyle:active     {text-decoration:none; list-style-type:none;color:  #21cf00; font-family:  Papyrus, 'Comic Sans MS', Arial, Verdana,  sans-serif; }
a.alwpsubmenustyle:hover      {font-weight:normal; background:transparent; color:#c69004; font-family:  Papyrus, 'Comic Sans MS', Arial, Verdana,  sans-serif; }
tr.alwpsubmenustyle:hover     {font-weight:normal; background:transparent; color:#c69004; font-family:  Papyrus, 'Comic Sans MS', Arial, Verdana,  sans-serif; }
td.alwpsubmenustyle:hover     {font-weight:normal; background:transparent; color:#c69004;font-family:   Papyrus, 'Comic Sans MS', Arial, Verdana,  sans-serif; }


#customNavContainer { text-align: center; background: #ffffff; height: 30px; top-margin: 5px;} 

#customNav { font-family: Arial, Helvetica, sans-serif !important; font-size: 18px; color: #21cf00 !important; list-style-type: none; padding: 0; margin: 0; 
padding-top: 3px; padding-left: 5px; margin-top: 5px;} 

#customNav li { display: inline; } 

#customNav li a, #customNav li a:active, #customNav li a:visited, #customNav li a:link { font-family: Arial, Helvetica, sans-serif !important; font-size: 20px; color: #21cf00 !important; text-decoration: none !important; padding-left: 10px; padding-right: 10px;} 

#customNav li a:hover { font-family: Arial, Helvetica, sans-serif !important; font-size: 20px; color: #c69004 !important; text-decoration: none !important; padding-left: 10px; padding-right: 10px;} 

#customNavL { width: 650px; text-align:left; float: left; margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; background-color: #ffffff; border: 0px solid #ffffff; }

.headerspacer {width: 200px; background-color: #ffffff;}

#customNavR { background-color: #ffffff;  text-align: right; padding-right: 100px; width: 300px;}

#customNavR a, #customNavR a:active, #customNavR a:visited, #customR a:link { font-family: Arial, Helvetica, sans-serif !important; font-size: 20px; color: #21cf00 !important; text-decoration: none !important; padding-left: 3px; padding-right: 3px;} 

#customNavR a:hover { font-family: Arial, Helvetica, sans-serif !important; font-size: 20px; color: #c69004 !important; text-decoration: none !important; padding-left: 3px; padding-right: 3px;}

/*CUSTOM CSS - Blog Introduction Section *******/

#contentcontainerhintro {
width: 960px;
height: 430px;
text-align:left;
margin: 0 auto;
margin-top: 15px;
margin-bottom: 5px;
background-color: transparent;
border-style:double;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #21cf00;
border-right-color: #21cf00;
border-bottom-color: #21cf00;
border-left-color: #21cf00;
}

#leftcontenthintro {
border: transparent; 
float:left;
left: 0px; top: 0px; right: 0px; bottom: 0px; 
width: 450px;
height : 410px;
margin-top: 0px; margin-right: 0px; margin-bottom: 17px; margin-left: 8px;
border-style:double;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #21cf00;
border-right-color: #21cf00;
border-bottom-color: #21cf00;
border-left-color: #21cf00;
background:url(http://www.allindaphoto.com/photos/i-RM74zPz/0/O/i-RM74zPz-O.jpg) no-repeat;
}



#rightcontenthintro {
border: transparent; 
float: right;
left: 0px; top: 0px; right: 0px; bottom: 0px; 
width: 460px;
height : 410px;
text-align: left; 
margin-top: 0px; margin-right: 8px; margin-bottom: 17px; margin-left: 0px;
border-style:double;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #21cf00;
border-right-color: #21cf00;
border-bottom-color: #21cf00;
border-left-color: #21cf00;
}




/*CUSTOM CSS - Category List *********/

.cat-list li {
list-style:none;
display:inline;
}

.cat-list ul {
list-style:none;
display:inline;
}


/*CUSTOM CSS - Images in Content Pages ********/





img.alignright {float:right; margin:0 0 1em 1em; border: 0px !important;}
img.alignleft {float:left; margin:0 1em 1em 0; border: 0px !important;}
img.aligncenter {display: block !important; margin-left: auto !important; margin-right: auto !important; margin-top: auto !important; margin-bottom: auto !important; border: border: solid 1px #21cf00;}




/*CUSTOM CSS - Footer Divisions *********/


#footer {display:block;}

#sitefooter {display:block;}

#webfooter {display:block; }

.postend{

background-color: transparent;
background-image: url(http://www.allindaphoto.com/photos/727736144_Qoob8-O.png);
background-repeat: no-repeat;
background-attachment: scroll;
height: 35px;
width: 970px;
margin-left: 15px;
background-position: top center;
}




.postmetadata {
	font-size: 12px;
	padding: 0px;
font-family:  Arial, Helvetica, sans-serif;
padding-left: 10px;
padding-right: 10px;
}

.postmetadata a {
	color:#21cf00;
	text-decoration:none;
	outline:none;
}

.postmetadata a:hover {text-decoration:none; color: #c69004; }

.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
	}


.center {text-align: center;}
.center2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}





/* =================== ADDED FOR ARCHIVE LISTINGS (Rob Smith - rob@quirky-bird.com) */



.archiveList {
	width:950px;
	list-style:none;
	margin:0 25px 0 25px;
	padding:0;
	float:left;
	overflow:hidden;
	position:relative;
	height: 40px;
	padding: 3px 0 3px 0;
	background-color: #424240;
	border: 1px solid #21cf00;
}


.archiveList li {
	color: #ffffff; 
	width: 73px;
	text-align:center;
	position:relative;
	float:left;
	font:12px  Arial, Helvetica, sans-serif;
	height: 30px;
	padding: 4px;

}


.archiveList a, .archiveList a:link, .archiveList a:visited, .archiveList a:active {
	color:#21cf00;
	text-decoration:none;
}

.archiveList li a:hover {text-decoration:none; color: #FFFFFF;}

.archiveYear { border-right:solid 1px; color: transparent; }



/*CUSTOM CSS - Footer Divisions *********/
#footer {width: 1000px; margin-bottom: 10px;}

#footer p {margin:0; font:10px;}

#footer a, #footer a:link, #footer a:visited, #footer: a:active {
text-decoration: none;
color: #21cf00;
font:10px;
}

#footer a:hover {
text-decoration: none;
color: #ffffff;
font:10px;
}

#sitefooter {display: block; width: 1000px; height: 200px;}
.sitefooterfb {background:url(http://beads.smugmug.com/photos/720841704_FsXhA-O.jpg) no-repeat; width:50px; height:50px; text-decoration: none !important; margin-top: 10px; margin-bottom: 20px; }
.sitefooterfb a, .sitefooterfb a:link, .sitefooterfb a:visited, .sitefooterfb a:hover, .sitefooterfb a:active {text-decoration: none;}
.sitefootertw {background:url(http://beads.smugmug.com/photos/720841720_SP7Re-O.png) no-repeat; width:50px; height:50px; text-decoration: none !important; margin-top: 10px; margin-bottom: 20px;}
.sitefootertw a, .sitefootertw a:link, .sitefootertw a:visited, .sitefootertw a:hover, .sitefootertw a:active {text-decoration: none;}
.sitefooterrss {background:url(http://beads.smugmug.com/photos/720841715_fTmVP-O.png) no-repeat; width:50px; height:50px; text-decoration: none !important; margin-top: 10px; margin-bottom: 20px;}
.sitefooterrss a, .sitefooterrss a:link, .sitefooterrss a:visited, .sitefooterrss a:hover, .sitefooterrss a:active {text-decoration: none;}


.ContentTextFooter {  font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
font-style: none;
color: #ffffff;}

.ContentTextFooter a {  font-family:   Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
font-style: none;
color: #21cf00;}

.ContentTextFooter a:link {  font-family: font-family:   Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
font-style: none;
color: #21cf00;}

.ContentTextFooter a:visited {  font-family:   Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
font-style: none;
color: #21cf00;}

.ContentTextFooter a:hover{  font-family:   Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
font-style: none;
color: #c69004;}



.ContentTextFooter a:active {  font-family:   Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
font-style: none;
color: #21cf00;}

.ContentTextFooterSmall {  font-family:   Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
font-style: none;
color: #ffffff;}

.ContentTextFooterSmall a {  font-family:  Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
font-style: none;
color: #21cf00;}

.ContentTextFooterSmall a:link {  font-family: font-family:  Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
font-style: none;
color: #21cf00;}

.ContentTextFooterSmall a:visited {  font-family:  Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
font-style: none;
color: #21cf00;}

.ContentTextFooterSmall a:hover{  font-family:  Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
font-style: none;
color: #c69004;}

.ContentTextFooterSmall a:active {  font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
font-style: none;
color: #21cf00;}






