@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#333;
}
.text_small{
font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#333;
	letter-spacing:1px;
	}
p.dropcap:first-letter {
	display: block;
	margin: -5px 0px 0px 0px;
	float: left;
	font-size: 200%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	
}
.headings
{
	color:#9c0000;
	font-weight:bold;
	font-size:13px;	
}
.text
{
	font-weight:normal;
	font-size:9pt;
}
.toplinks
{
	color:#fff;
	text-decoration:none;
}
.toplinks:hover
{	
	color:#fff;
	text-decoration:none;
}

td .months
{
	color:#9c0000;
	font-weight:bolder;
	text-transform:uppercase;
	font-size:13px;
}
.tdleftpad
{
	padding-left:8px;
}
.tdleftpadinner
{
	background:url(images/seperator.png) repeat-x top left;
}
.linkhead

{
	text-transform:uppercase;
	color:#9c0000;
	font-weight:bold;
}
.tdtoppad
{
	padding-top:4px;
}
td .dates
{
	color:#9c0000;
}
a
{
	color:#0b347d;
	text-decoration:none;
	font-size:9pt;
}
a:hover
{
	color:#0b347d;
	text-decoration:underline;
}
.readmore
{ 	
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	padding-left:18px;
	margin-top:14px;
	color:#0b347d;
}
ul
{
	list-style:none;
	margin-left:-30px;
}
ul li
{	background:url(images/arrow.png) 0 5px no-repeat;
	line-height:20px;
	padding-left:20px;
	line-height:22px;
}
.plus
{	background:url(images/ico1.gif) left no-repeat;
	line-height:20px;
	padding-left:10px;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 390px;
	height:60px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
	float:left;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:10px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

/* CSS Document */
.Group {
	display: block;
	height: 28px;
	width: 150px;
	background-image: url(images/Button_Group.jpg);
	line-height: 27px;
	padding-left: 27px;
	color: #dfdfdf;
	text-decoration: none;
}
.Group:hover {
	color: #dfdfdf;
	text-decoration: underline;
}
.Option {
	display: block;
	height: 28px;
	width: 150px;
	background-image: url(images/Button_Option.jpg);
	line-height: 27px;
	padding-left: 27px;
	color: /*#dfdfdf*/#333333;
	text-decoration: none;
}
.Option:hover {
	color: #333333;
	text-decoration: underline;
	color:Black;	
}
.show {
	display:inline;
}
.hide {
	display:none;
}
.innerheadings
{
	font-size:16px;
	font-weight:bold;
	padding-bottom:0px;
}
/*
input
{font-size:11px;
color:#666;
width:175px;
}
*/
.MasterTitles
{
	font-size:13px;
	color:Black;
}

