/* CSS Document */

.topbkgrd {

   background-image:url(images/topBackgrd.gif);
   background-repeat:repeat-x;
   background-position:top;
}

.leftside {
	background-image:url(images/leftside.gif);
	background-position:right top;
	background-repeat: no-repeat;
}
   
.rightMenu {

   background-image:url(images/nav/rightside.gif);
   background-repeat:repeat-x;
   background-position:right;
}
   
p,td,tr {
   
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#000000;
}

a.nav2Bottom:hover{
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   color:#3399CC;
   text-decoration:none;
}

a.nav2Bottom{
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   color:#006699;
   text-decoration:none;
 }  

a {
   
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#006699;
   text-decoration:none;
}
a:hover {
   
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#3399CC;
   text-decoration:underline;
}

.Bullet_Custom{
	list-style-position: outside;
	list-style-image: url(images/star.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-indent: 2px;
	list-style-type: none;
}

.footer {
   
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   color:#000000;
}

.topGrad{
 
   background-image:url(images/topgrad2.gif);
   background-repeat:repeat-x;
   background-position:bottom;
}
 
.testBkgrd{
 
   background-image:url(images/testBkgrd.gif);
   background-repeat:repeat-y;
   background-position:top;
}

.rightLine{
	border-right:#CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
}

.bottomLine{
	border-bottom:#CCCCCC;
	border-right:#CCCCCC;
	border-left:#CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
}

.leftLine{
	border-left:#CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-top:#CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
}

.sideLine{
	border-left:#CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-right:#CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	}

.bottomTest{
	border-bottom:#CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.topLine{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
