/* radio2.css */
/* CSS: http://www.w3schools.com/*/
a {  text-decoration: underline}
a:link {color: black;}
a:visited {color: black;}
a:hover {text-decoration: none}
a:active {color: blue;}
table.3col_2 {
text-align: left;
font-family : "verdana, arial, helvetica, sans-serif";
font-weight: normal;
font-size: 11px;
color: #404040;
width: 99%; /* 260px */
background-color: ; /*#fafafa*/
border: 2px outset gray / darkgray (1,1,1); /* (border, spacing, color, shadow) */
/* border: medium ridge darkgray; */ /* width style color = thin, medium, thick, 3px / solid, double, ridge, inset, outset */
/* border-style: ridge; 
border-color: darkgray;
border-width: medium; */
/* border-spacing: 15em; */
padding: 1px;
margin: ;
}
tr.3col_2 {
background-color: white;
}
td {
font-family: arial, verdana, helvetica, sans-serif, geneva; 
font-size: 12px;
color : black;
margin: 1px; 
}
td.3col_2 {
font-family: arial, verdana, helvetica, sans-serif, geneva; 
font-size: 12px;
color : black;
border: thin inset grey / darkgray; /*#303030, grey /darkgray*/
margin: 1px; 
}
td.story_spacer {
background-color: #303030; /*gray, darkgray, #303030*/
height: 1;
}
td.stripe_1 {
width: 1;
background-color: brown; /*saddlebrown*/
}
td.border_1 {
border: thin inset grey / darkgray; /*#303030, grey / darkgray*/
}
td.margin_left_1 {
font-family: arial, verdana, helvetica, sans-serif, geneva; 
font-size: 12px;
color : black;
text-align: left;
vertical-align: top; /* middle, bottom */
width: 120;
background-color: #99CC99; /* #99CC99 = 153.204.153 */
border: thin inset grey /darkgray;
}
td.margin_right_1 {
font-family: arial, verdana, helvetica, sans-serif, geneva; 
font-size: 12px;
color : black;
text-align: left;
vertical-align: top; /* middle, bottom */
width: 165;
background-color: #99CC99;
border: thin inset grey /darkgray;
}
td.margin_link {
font-family: arial, verdana, helvetica, sans-serif, geneva; 
font-size: 12px;
color : black;
text-align: left;
vertical-align: top; /* middle, bottom */
width: 200;
background-color: #99CC99; /* #99CC99 = 153.204.153 */
border: thin inset grey /darkgray;
}
td.cvh {
text-align: center;
vertical-align: middle
}
body { 
margin-top: 0px; 
margin-left: 0px; 
margin-right: 0px; 
margin-bottom: 0px; 
font-family: arial, verdana, helvetica, sans-serif, geneva; 
color : black;
font-size: 14px;
background: #C0C0C0;
}
.headline {  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: black; 
font-weight: bold; 
text-decoration: none;
padding-left: 0in; 
}
.head_sub {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: #A912FF
}
.head_sub2 {
font-family : verdana, arial, helvetica, sans-serif;
font-size: 12px ; /*10px, 100% */
font-weight: bold ; /* normal, bold, bolder, lighter */
font-style: oblique ; /* italic, normal, oblique */
font-variant: /* small-caps ; /* normal, small-caps */
font-stretch: ; /* normal, wider, narrower, ultra-condensed, extra-condensed, condensed, semi-condensed, semi-expanded, expanded, extra-expanded, ultra-expanded */
color: black; /* #555555 */
letter-spacing: ; /* 0.2cm */
text-decoration: none; /*overline, line-through, underline, none*/
text-transform:  /* uppercase, lowercase, capitalize */
}
.head2 {
/* font: italic small-caps 900 12px arial; style, variant, weight, size/line-height, family */
font-family : verdana, arial, helvetica, sans-serif;
font-size: 12px ; /*10px, 100% */
font-weight: bolder ; /* normal, bold, bolder, lighter */
font-style: italic ; /* italic, normal, oblique */
font-variant: small-caps ; /* normal, small-caps */
font-stretch: ; /* normal, wider, narrower, ultra-condensed, extra-condensed, condensed, semi-condensed, semi-expanded, expanded, extra-expanded, ultra-expanded */
color: #555555;
letter-spacing: ; /* 0.2cm */
text-decoration: none; /*overline, line-through, underline, none*/
text-transform:  /* uppercase, lowercase, capitalize */
}
span.highlight {
background-color: yellow
}
.news {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px;
text-align: justify;
vertical-align: top;
top: .1in;
width: 50%;
padding-left:  /* .25in */ 
}
blockquote{
margin-left : .25in;
margin-right : .25in;
text-align: justify; /* left, center, right */
font-family : "verdana, arial, helvetica, sans-serif";
font-size : 10pt; 
color : black;
}
.quoteNquote {
margin-left: 10px; 
margin-right: 10px; 
text-align: justify; /* left, center, right */
font-family: verdana, geneva, arial, helvetica, sans-serif; 
font-size: 10px;
font-weight: bold; 
color: #333333
}
p.l {text-align : left;}
p.c {text-align : center;}
p.r {text-align : right;}
p.j {text-align : justify;}

ul.odisc {list-style: disc outside} /* inside, outside */ 
ul.ocircle {list-style: circle outside}
ul.osquare {list-style: square outside}
ul.onone {list-style: none outside}

ul.idisc {list-style: disc inside} /* inside, outside */ 
ul.icircle {list-style: circle inside}
ul.isquare {list-style: square inside}
ul.inone {list-style: none inside}

ol.odecimal {list-style: decimal outside}
ol.olroman {list-style: lower-roman outside}
ol.ouroman {list-style: upper-roman outside}
ol.olalpha {list-style: lower-alpha outside}
ol.oualpha {list-style: upper-alpha outside}

ol.idecimal {list-style: decimal inside}
ol.ilroman {list-style: lower-roman inside}
ol.iuroman {list-style: upper-roman inside}
ol.ilalpha {list-style: lower-alpha inside}
ol.iualpha {list-style: upper-alpha inside}

.pad_left {padding-left: .25in;}
.bodyImg {
background-image : url(../image/blwhite.gif);
}
hr.std {
color: blue;
height: 2px;

width: 100%;
}
