.left
{
   border-left: #ffcc00 3px solid;  
}
.right
{
   border-right: #ffcc00 3px solid;  
}

DIV, 
DL, DT, 
FIELDSET, FORM,
FRAME, FRAMESET,
H2, H3, H4, 
H5, H6, IFRAME, 
NOFRAMES, 
OBJECT, OL, APPLET, 
CENTER, DIR, 
HR, MENU, TD, PRE, .plannertop 
{
   font-family : arial, Helvetica, sans-serif, "MS sans serif"; 
   font-size:12px;
   font-weight : normal; 
   color : #333333; 
   border-left:0px;
   margin-left:0em;
   margin-right:0em;
   margin-top:0em;
   border-top:0em;
}

p{margin-top:8px;margin-bottom:8px}

body
{
   font-family : arial, Helvetica, sans-serif, "MS sans serif"; 
   font-size:12px;
   font-weight : normal; 
   color : #000000; 
}
h1{
   font-family : "Tw Cen MT Condensed","arial narrow",arial, Helvetica, sans-serif, "MS sans serif"; 
   font-size : 18px;
   font-weight: bold;
   margin-top:0px;
}

.title{
   font-size : 18px;
   font-weight: bold;
   color:#c3c3c3;
}

.subtitle{
   font-size : 16px;
   font-weight: bold;
   color:#c3c3c3;
}



h2{
   font-size:12px;
   font-weight:bold;
   color:#000066;
   background-color:#c3c3c3;
   padding:3px;
   width:80%;
}
h3{
   margin-top:5px;
   font-size:14px;
font-weight:bold;
color:#333333;
}
h4{
   margin-top:5px;
   font-size:12px;
   color:#9900ff;
}
h5{
   font-size:11px;
   font-style:italic;
}
h6{
   font-size:10px;
   font-weight:normal;
   font-style:italic;
}
/* h1,h2,h3,h4,h5,h6{
   font-weight:bold;
   
   margin-bottom:0ex;
   padding-bottom:0ex;
} */
UL{
   font-family : arial, Helvetica, sans-serif, "MS sans serif"; 
   font-size : 12px;
   font-weight : normal;
   line-height : 16px;
   margin-left:2em;
   margin-top:-5px;
   margin-bottom:2px;
}
li.image{
   list-style-image : url(/images/bullet.gif)

ul.white
{
   margin-left:0em;
}


li.white
{
   color:#ffffff;
   margin-left:0em;
}


}
li.square { list-style-type: square}
li.plain{ list-style-type: disc}
OL{
   font-family : arial, Helvetica, sans-serif, "MS sans serif"; 
   font-size : 12px;
   font-weight : normal; 
   list-style-type: decimal;
   margin-left:4em;
}
.black {color:#000000}
.white {color:#ffffff}
.silver {color:#c3c3c3}
.red {color:#ff0000}
.highlight 
{
   background-color:#ffff00;
   padding:2px;
}
.small
{
   font-size:10px
}

.big
{
   font-size:18px;
}


.code
{
   font-family: "Courier New", Courier, mono;
   font-size:11px;
   font-color:#000000;
   font-weight:normal;
   background-color: #99ccff;
   padding: 4px;
}
.special
{
   font-family: "Courier New", Courier, mono;
   font-size:24px;
   font-weight:bold
}

a:link, a:visited, a:active
{
   text-decoration:underline;
   font-weight:normal;
   color:#333333;
}

a:hover
{
   text-decoration:none;   
   font-weight:normal;
   color:#ff0000;
}

a.silver:link, a.silver:visited, a.silver:active
{
   text-decoration:none;
   font-weight:bold;
   color:#c3c3c3;
}

a.silver:hover
{
   text-decoration:underline;   
   font-weight:bold;
}

a.button:link, a.button:visited, a.button:active
{
   text-decoration:none;
   font-weight:bold;
   color:#c3c3c3;
}

a.button:hover
{
   text-decoration:underline;   
   font-weight:bold;
}

a.nav:link, a.nav:visited, a.nav:active, a.nav:hover
{
   font-weight:normal;
   color:#c3c3c3;
}


a.big:link, a.big:visited, a.big:active
{
   text-decoration:underline;
   font-size:14px;
   font-weight:bold;
   color:#0066cc;
}

a.big:hover
{
   text-decoration:none;   
   font-size:14px;
   font-weight:bold;
   color:#0066cc;
}


a.topnav:link, a.topnav:visited, a.topnav:active
{
   text-decoration:none;
   font-weight:bold;
   font-size:10px;
   color:#ffffff;
}

a.topnav:hover
{
   color:#ffffff;
   font-weight:bold;
   font-size:10px;
   text-decoration:underline;
}

a.white:link, a.white:visited, a.white:active, a.white:hover
{
   color:#ffffff;
}

textarea#styled {
	width: 200px;
	height: 100px;
	border: 1px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
}
