body {
	margin: 0px;
	padding-top:0px;
	padding-bottom: 0px;
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	font-size:13px; 
	font-family:Arial;
}

.navbar_td {
	background-color: #3B3B3B;
	color: #ffffff;
	padding-right: 7px;
	padding-left: 7px;
}

.navbar_td_selected {
	background-color: #FD9F3B;
	color: #ffffff;
	padding-right: 7px;
	padding-left: 7px;
}

.navbar_td_hover {
	background-color: #0260c4;
	color: #ffffff;
	padding-right: 7px;
	padding-left: 7px;
	cursor: pointer;
}

.orange_title {
	color: #ffa500; /*orange*/
	font-size:38px;
}

.orange_i_title {
	color:#ffa500; /*orange*/
	font-size:38px;
	font-style: italic;
}

.orange_i_medium_title {
	color:#ffa500; /*orange*/
	font-size:30px;
	font-style: italic;
}



.orange_medium_text {
	color: #ffa500; /*orange*/
	font-size:20px;
}

.orange_i_medium_text {
	color: #ffa500; /*orange*/
	font-size:20px;
	font-style: italic;
}

a:link.orange_i_medium_link{ 
	text-decoration: none;
	color: #ffa500; /*orange*/
	font-size:20px;
	font-style: italic;
}

a:visited.orange_i_medium_link{ 
	text-decoration: none;
	color: #ffa500; /*orange*/
	font-size:20px;
	font-style: italic;
}

a:hover.orange_i_medium_link{ 
	text-decoration: underline;
	color: #ffa500; /*orange*/
	font-size:20px;
	font-style: italic;
}

.gray_i_medium_text {
	color:  #666666; /* #c4c4c4; */
	font-size:16px;
	/*font-style: italic;*/
}

.white_text {
	color: #ffffff;
	font-size:15px;
}

 /* set millions of background images */
.rbroundbox { background: url(images/nt.gif) repeat; cursor: pointer;}
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop {
width: 100%;
height: 13px;
font-size: 1px;
}

.rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 258px; margin: 1em auto; }


.meow_link{
	text-decoration: none;
	color: #FD9F3B;
}

a{
	text-decoration: none;
	color:  #666666; /* #c4c4c4; */
	}

a:hover{
	text-decoration: underline;
	color: #3b3b3b;

}

a:link.dark_presentation_link{ 
	color: #3b3b3b;
	text-decoration: none;
	font-size: 17px;
}

a:visited.dark_presentation_link{ 
	color: #3b3b3b;
	text-decoration: none;
	font-size: 17px;
}


a:hover.dark_presentation_link{ 
	color: #3b3b3b;
	text-decoration: underline;
	font-size: 17px;
}

p{
	margin:0px;
}

a:link.big_presentation_link{ 
	color: #0260c4;
	text-decoration: none;
	font-size: 17px;
}

a:visited.big_presentation_link{ 
	color: #0260c4;
	text-decoration: none;
	font-size: 17px;
}


a:hover.big_presentation_link{ 
	color: #0260c4;
	text-decoration: underline;
	font-size: 17px;
}


a:link.navbar_link{ 
	color: #ffffff;
	text-decoration: none;
}

a:visited.navbar_link{ 
	color: #ffffff;
	text-decoration: none;
}


a:hover.navbar_link{ 
	color: #ffffff;
	text-decoration: none;
}

a:link.gray_medium_link{ 
	text-decoration: none;
	color:  #666666; /* #c4c4c4; */
	font-size:17px;
}

a:visited.gray_medium_link{ 
	text-decoration: none;
	color:  #666666; /* #c4c4c4; */
	font-size:17px;
}

a:hover.gray_medium_link{ 
	text-decoration: underline;
	color:  #666666; /* #c4c4c4; */
	font-size:17px;
}


a:link.dark_gray_medium_link{ 
	text-decoration: none;
	color: #3b3b3b; 
	font-size:17px;
}

a:visited.dark_gray_medium_link{ 
	text-decoration: none;
	color: #3b3b3b; 
	font-size:17px;
}

a:hover.dark_gray_medium_link{ 
	text-decoration: underline;
	color: #3b3b3b; 
	font-size:17px;
}



