/* html tags */
html, body {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	font: 11px tahoma, verdana, arial, helvetica, sans-serif;
}  

table, td, tr {
	margin: 0;
	padding: 0;
	font: 11px tahoma, verdana, arial, helvetica, sans-serif;
}

a {
	color: black;
	text-decoration:none;
}

a:hover.style_set {
	color: #FFF;
	background: red;
	text-decoration: none;
}

a.style_set {
	color: red;
	text-decoration: underline;
}

a:hover.leftnav {
	border: solid 1px #719EC1;
	background: url('../../images/menu-bak2.gif');
}


a.leftnav {
	border: solid 1px #719EC1;
	background: url('../../images/menu-bak.gif'); width: 164px;
	padding: 3px 4px;
	display: block;
	color: #FFF;
	font: 11px tahoma, verdana, arial, helvetica, sans-serif;
	height: 13px;
	text-decoration:none;
}




a.category_links_small
{

	color:#719ec1;
	
	
	font-size:80%;
	
}

a:hover.category_links_small
{

	color: #FFF;
	
	background: #719ec1;	
	
	
	font-size:80%;
	
}




a.category_links
{

	color:#719ec1;
	
	font-weight:bold;
	
	font-size:105%;
	
}

a:hover.category_links
{

	color: #FFF;
	
	background: #719ec1;	
	
	font-weight:bold;
	
	font-size:105%;
	
}

.category_links_totals
{

	color:#719ec1;
	
	font-size:70%;
	
}

div#container {
    margin: 0px auto 0px auto;
    width: 810px;
}

/* classes */

.bar_img {
	background: #54788D url('../../images/bar-img.gif');
	height: 22px;
	border: solid 1px #4E6F7F;
	
}

.text_set { color: #FFFFFF; }

.menu_set { 
	background: #DDEEFF; 
	height:	600px; 
	background: #54788D url('../../images/clouds-img.gif');
}

.border_set { 
	border-right: solid 1px #A5D1E7; 
	border-left: solid 1px #A5D1E7;
	border-bottom: solid 1px #A5D1E7;
}

.line_set { background: #FFFFFF; }

.style_set { 
	padding-left: 6px;
	color: #54788D;
}

.content_box {
	border-left: solid 1px #bdbdbd;
	border-right: solid 1px #bdbdbd;
	border-bottom: solid 1px #bdbdbd;
	background: #efd5a2;
}

.tab_set {
	background: #efd5a2;
	border-left: solid 1px #bdbdbd;
	border-right: solid 1px #bdbdbd;
	border-top: solid 1px #bdbdbd;
	width: 20%;
	height: 20px;
	font-weight: bold;
	padding-left: 5px;
}

.tab_set_off {
	background: #faecd0;
	border-left: solid 1px #bdbdbd;
	border-bottom: solid 1px #bdbdbd;
	border-right: solid 1px #bdbdbd;
	border-top: solid 1px #bdbdbd;
	width: 20%;
	height: 20px;
	font-weight: bold;
	padding-left: 5px;
}

.blinking_text {
	color:red;
	text-decoration: blink;
	
}

.blank_set {
	border-bottom: solid 1px #bdbdbd;
	width: 80%;
	height: 20px;
}

.padding_set {
	padding-left: 10px;
	padding-right: 10px;
}

.contacts {
	font: 11px tahoma, verdana, arial, helvetica, sans-serif;
	border: 1px solid #7C7B7C;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 300px
}

.buttons {
  font: 11px tahoma, verdana, arial, helvetica, sans-serif;
  color: #808080;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  background: #d4d0c8;
  width: 70px;
  height: 18px
}

.hr_set { height : 2px; border : 0; border-top : 1px solid black; color : black; margin-top: 5px; margin-bottom: 5px; }

#admin {

	width: 100%;
	float: left;
	font-size: small;
	text-align: middle;
	margin: 0;
	padding: 0;
	
}

#admin li {

	margin: 5px; 
	padding: 0;
	display: block;
	text-align: middle;
	list-style: none;
	
}
	
#admin a:link, #admin a:visited {

	font-size: 14px;
	height: 22px;
	width: 100px;
	padding: 0px;
	background: #FFF;
	color: #d35d20;
	text-decoration: none;
	
}

#admin a:hover {

	height: 22px;
	width: 100px;
	padding: 0px;
	background: #d35d20;
	color: #FFFFFF;
	text-decoration: underline;
	
}

#admin img {

padding-left: 5px;


}

a:link.bread , a:visited.bread  {

	color: #FFF;
	
}

a:hover.bread {

	text-decoration: underline;
	color: #FFF;
	
}

.starback {
            background-image: url(/images/stars.jpg);
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            color: #000000;
            background-repeat: no-repeat;
            font-weight: bold;
            margin: 0px;
            height: 96px;
            width: 436px;

.starsmall {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 11px;
            font-weight: normal;
            color: #000000;
}


	
