/* style for general links */
a.link	{color: #3C496C; text-decoration: underline;}
a:hover.link {color: #823826; text-decoration: underline;}

/* style for white links */
a.white	{color: #FFFFFF; text-decoration: none;}
a:hover.white {color: #FFFFFF; text-decoration: underline;}

/* style for yellow links */
a.yellow	{color: #FFFF33; text-decoration: underline;}
a:hover.yellow {color: #FFFFFF; text-decoration: underline;}

/* style for red links */
a.red	{color: #CE1342; text-decoration: underline;}
a:hover.red {color: #3C496C; text-decoration: underline;}

/* style for green links */
a.green	{color: #004025; text-decoration: underline;}
a:hover.green {color: #3C496C; text-decoration: underline;}

select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
 cursor: pointer;
}

/* style address text */
.address {
	font-size: 12px;
	color: #004025;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
/* style copyrights text at the bottom */
.copyrights {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
/* style for main content area */
.contentsm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #152031;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #152031;
}
.contentbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #152031;
}
/* style welcome text */
.welcome {
	font-size: 24px;
	color: #302963;
	font-family: "Times New Roman", Times, serif;
}
/* style home page images in side bar */
.img {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
}

/* style for form buttons grey */

.formbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #302963;
	background-color: #EAEAF2;
	border: 1px solid #302963;
	padding: 2px;
}

/* style for form fields */
.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #302963;
	background-color: #FFFFFF;
	border: 1px solid #302963;
}
.bullet {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
