@charset "utf-8";
/* CSS Document */

body {		
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;

	
}
A:link {
	text-decoration:underline;
	color:#f09633;
	font-weight:bold;
}
A:visited {
	text-decoration:underline;
	color:#f09633;
	font-weight:bold;
}
A:active {
	text-decoration:underline;
	color:#f09633;
	font-weight:bold;
}
A:hover {
	text-decoration:underline;
	color:#000000;
	font-weight:bold;
}

.cap_bold12{		
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
.cap_bold20{		
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}

.cap_bold18{		
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.cap_bold30{		
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
}

a:archive:active {
	text-decoration:none;
	color:#f09633;
	font-weight:bold;
}

a.archive:link  
{
    text-decoration: none;
    color:#f09633;
	font-weight:bold;
}
a.archive:visited {
	text-decoration:none;
	color:#f09633;
	font-weight:bold;
}
a.archive:hover {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

a:mainmenu:active {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}

a.mainmenu:link  
{
    text-decoration: none;
    color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}
a.mainmenu:visited {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}
a.mainmenu:hover {
	text-decoration:underline;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}



a.pageNumber
{
    display: inline;
    background-image: url(../../img/agg/btn_page.gif);
    background-repeat: no-repeat;
    background-position: center center;
    border: solid 0px #f09633;
	text-decoration:none;
	color:#000;
	font-weight:bold;		
	padding: 10px  3px 10px 3px;
}

.pageNumberCurrent
{
    display: inline;
    background-image: url(../../img/agg/btn_page_on.gif);
    background-repeat: no-repeat;
    background-position: center center;
    border: solid 0px #f09633;
	text-decoration:none;
	color:#f09633;
	font-weight:bold;		
	padding: 10px  3px 10px 3px;
}


.menutxt{
	color:#FFFFFF;
	font-weight:bold;
	background-color: #F09633;
	font-size:11px;
	text-transform:uppercase;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:left;
}
.menutxt A:link {	color: #FFFFFF; text-decoration: none;}
.menutxt A:visited {color: #FFFFFF; text-decoration: none;}
.menutxt A:active { color: #FFFFFF; text-decoration: none;}
.menutxt A:hover { 	color: #FFFFFF; text-decoration: underline; }


