/***********************************************/
/* Use with template tamplate.dwt              */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin-top: 0px;
	padding: 0px;
	background: url(../images/bg.jpg);
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	font-size:12px;
	vertical-align:middle;
	/*position: absolute;
	top: 10px;
	width: 180px;
	right: 20px;*/
	color: #919999;
}

#utility a{
	color: #0000CC;
}

#utility a:hover{

}

/************* global styles ****************/

#globalLink{
  	font-size: 16px;
	width: 780px;
	min-width: 640px;
	vertical-align:middle;
	padding: 0px;
	margin: 0px;
}

a.glink, a.glink:visited{
  	color: #0033CC;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(../images/back_select.gif);
	text-decoration: none;
}

/************* small styles ****************/

#smallLink{
  	font-size: 10px;
	width: 100%;
	min-width: 640px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	margin-top:3px;

}

a.slink, a.slink:visited{
  	color: #0033CC;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid;
}

a.slink:hover{
	font-size: 10px;
	color: #0099FF;
	text-decoration: none;
}


/************** copyright styles *****************/

.copyright{
	padding: 0px 0px 10px 10px;
	font-size: 10px;
	color:#999999;
}
/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: none;
}

td.storyLeft{
	padding-right: 12px;
}

