/* Template PLOUGH STYLE Classes */
/* plough_style.css   Index Style for Local Links  */
/* Defines Index Default Classes */

table{
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#000000;
text-align:center;}
 
a {
color: #33ffff;
text-decoration: none;
width:76px;/*Must be same as a hover below or animation occurs*/}

a:hover{
color: #0000ff;
text-decoration: none;
width:76px;}/*Width of LI element*/

li {
font-size:10px;/*LI and DIV element font sizes must be same*/
/*color:#006600;Non Link Titles*/
text-align:center;
list-style-type:none;
line-height:*px;/*LI element line depth*/
width:76px;}/*Internal width of UL block element*/
/*Total field width of LI elements not visible unless border defined*/

/* Index menu LIST element*/

.content{
/*border-style:inset ;*/
border-color:#ffffff;
padding:0px;/*Space around outside of LU Block element*/
/*font-size:10px;*/
font-weight:bold;}

.content li{
margin:0px;/*Space around outside of LI elements but inside LU element not effective in FireFox*/
list-style:none;
width:*;}/*Unstable in FF offsets LI elements in LU block*/

.content li a{
border-style:outset;
border-color:#ffffff;
display:block;
padding-top:1px;
padding-bottom:2px;/*Space around fonts*/
margin:2px,2px,2px,2px;
/*Margins are external border around LI element */
}

.content li a:hover{
border-style:inset;
border-color:#ffffff;
background:#ffffcc;
padding-top:1px;
padding-bottom:2px;
margin:2px,2px,2px,2px;}
/*Space around inside of LI elements ie around fonts. If different to li a animation occurs*/

/*Use div here for effects other than those given above ie current page displayed*/
div{
text-align:center;
border-style:inset;
border-color:#ffffff;
padding-top:1px;
padding-bottom:2px;
background:#ffffcc;
color:#ff0000;
width:76;
margin:2px,2px,2px,2px;}

.local{font-family:Arial,Helvetica,Sans-serif;font-size:9pt;line-height:12pt;color:#330033;
 text-decoration:none;font-weight:light;text-align:left;}
.local a{color:#0000ff;text-decoration:underline;line-height:12pt;width:94px;font-weight:bold;}
/*.local a:visited{ color:#cc00cc; text-decoration:underline;line-height:12pt;width:94px; font-weight:bold;}*/
.local a:hover{ color:#ff0000; text-decoration:underline;line-height:12pt;width:94px; font-weight:bold;}
/*.local a:active{ color:#000000; text-decoration:underline;line-height:12pt; font-weight:bold;}*/

.lp{font-family:Arial,Helvetica,Sans-serif;font-size:10pt;line-height:12pt;color:#330033;
 text-decoration:none;font-weight:light;text-align:left;}/*Defines general text state for lp class*/
/*Important to specify text box width same for all following link elements*/
.lp a{font-size:10pt;line-height:12pt;color:#0000ff;text-decoration:none;font-weight:bold;width:94px;}
.lp a:active{color:#cc00cc;font-size:10pt;font-weight:bold;width:94px;}/*Works as previous visited link only does not indicate all visited links*/
.lp a:hover{color:#ff0000;font-size:10pt;font-weight:bold;width:94px;text-decoration:underline}/*Works OK*/


</STYLE>