﻿form { padding: 0;
margin: 0; }

.ContentArea
{
font-family:Arial, Tahoma; 
color:black;
font-size:12px; 
line-height:130%; 
text-align:left; 
background-color:white; 
border-left: 1px solid gray;  
border-right: 2px solid gray;  
border-top: 1px solid gray; 
border-bottom: 2px solid gray;
padding:10px;
margin-bottom:10px;
}



body 
{
    color: black; 
    line-height: 115%; 
    font-family: "arial", times, serif;
    margin-left:10px; 
    background-color:#CCCCCF; 
    margin:0; 
    text-align:center;
}


.LDropShadow
{
    background-color:White;
    background-image:url(../../images/vertDIMGRAYleft.jpg);
    background-position:right;
    background-repeat:repeat-y;
}

.TableMain
{
    background-color:White;
}


.RDropShadow
{
    background-color:White;
    background-image:url(../../images/vertDIMGRAYright.jpg);
    background-repeat:repeat-y;
    background-position:left;
}


/* TEXT styles ------------------------------------ */ 
.textNORMAL
{
  font-family: arial; 
  font-size: 12px;
  color:black;
  line-height:130%;
} 

.textBIG
{
  font-family: arial; 
  font-size: 16px;
  color:navy;
} 

.textMEDIUM
{
  font-family: arial; 
  font-size: 13px;
  color:navy;
} 

.textSMALLBOLD
{
  font-family: verdana; 
  font-size: 10px;
  font-weight:bold;
  color:navy;
} 

.textSMALL
{
  font-family: arial; 
  font-size: 11px;
  color:navy;
} 

.textSMALLtb
{
  font-family: arial; 
  font-size: 11px;
  color:black;
  height:13px;
  width:80px;
} 

.textBUTTON
{
  font-family: arial; 
  font-size: 11px;
  color:navy;
} 




a:link
{
  color:navy;
  text-decoration:none;
}
a:visited
{
  color:navy;
  text-decoration:none;
}
a:active
{
  color:navy;
  text-decoration:none;
}
a:hover
{
  color:red;
  text-decoration:underline;
}


/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100%  "Bookman Old Style";
 font: italic; 
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
 padding-left:15px;
}

/********* form and related tag styles *********/

			
input{
font-family: Arial,sans-serif;
}

/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
	background-color:#FFFFFF;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 190% "Bookman Old Style";
	color: #000000;
	padding: 20px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 5px 0px 0px 5px;
	font-size: 100%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.storyitalic{
	font: bold 100% Arial,sans-serif;
	font: italic;
	color: #000000;
}

.storytitle{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.storysubtitle{
	font: bold 105% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

/********************* end **********************/
