.text1 {
	font-family: tahoma;
	font-size: 10px;
	color: #737373;
}
.text2 {
	font-family: tahoma;
	font-size: 12px;
	color: #737373;
	text-align : justify;
}
.heading {
	font-family: tahoma;
	font-size: 18px;
	color: #324D62;
	font-weight: bold;
}
.heading3 {
	font-family: tahoma;
	font-size: 18px;
	color: #737373;
	text-align : center;
}
a.heading:link {
	font-family: "Myriad Pro";
	font-size: 18px;
	color: #324D62;
	font-weight: bold;
	text-decoration: none;
}
a.heading:visited {
	font-family: "Myriad Pro";
	font-size: 18px;
	color: #324D62;
	font-weight: bold;
	text-decoration: none;
}
a.heading:hover {
	font-family: "Myriad Pro";
	font-size: 18px;
	color: #324D62;
	font-weight: bold;
	text-decoration: underline;
}
.heading1 {
	font-family: "Myriad Pro";
	font-size: 14px;
	color: #324D62;
	font-weight: bold;
}
.copyright {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}
.link1{
	font-family: tahoma;
	font-size: 11px;
	color: #737373;
}
a.link1:link {
	font-family: tahoma;
	font-size: 11px;
	color: #737373;
	text-decoration: none;
}
a.link1:visited {
	color: White;
	font-family: tahoma;
	font-size: 11px;
	color: #737373;
	text-decoration: none;
}
a.link1:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #737373;
	text-decoration: underline;
}
.link2{
	font-family: "Myriad Pro";
	font-size: 15px;
	color: #324D62;
	font-weight: bold;
}
a.link2:link {
	font-family: "Myriad Pro";
	font-size: 15px;
	color: #324D62;
	font-weight: bold;
	text-decoration: none;
}
a.link2:visited {
	font-family: "Myriad Pro";
	font-size: 15px;
	color: #324D62;
	font-weight: bold;
	text-decoration: none;
}
a.link2:hover {
	font-family: "Myriad Pro";
	font-size: 15px;
	color: #324D62;
	font-weight: bold;
	text-decoration: underline;
}
.link3{
	font-family: tahoma;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-align : left;
}
a.link3:link {
	color: White;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-align : left;
	text-decoration: underline;
}
a.link3:visited {
	color: White;
	font-family: tahoma;
		font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-align : left;
	text-decoration: underline;
}
a.link3:hover {
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-align : left;
	text-decoration: none;
}
.news {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align : left;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.cssform p{
width: 150px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}
.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 175px;
}
.cssform textarea{
width: 165px;
height: 75px;
}
/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 150px;
height: 100px;
border: 0px solid black;
padding: 5px;
background-color: #0072BC;
padding-left: 10px; 
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}


.mainlinks {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: white; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-ALIGN: center; TEXT-DECORATION: none
}
A.mainlinks:link {
	FONT-WEIGHT: bold; COLOR: white; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-ALIGN: left; TEXT-DECORATION: none
}
A.mainlinks:visited {
	FONT-WEIGHT: bold; COLOR: white; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-ALIGN: right; TEXT-DECORATION: none
}
A.mainlinks:hover {
	FONT-WEIGHT: bold; COLOR: #4b4b4b; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-ALIGN: right; TEXT-DECORATION: none
}