.search {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 9px;
	color : #666666;
}

.gray_bold {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 10px;
	color : #666666;
}

.content {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #7E7E7D;
	text-align : justify;
}

.content_black {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-align : justify;
}

.content_bullet {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-align : left;
	color : #333333;
}

.content_white {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-align : justify;
	color : #FFFFFF;
}

.black_header {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
}

.blue_header {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #3F6582;
	background-repeat : no-repeat;
	text-align : center;
}

.red_header_bg {
	background-image : url(images\title_red_bg.gif);
	background-repeat : no-repeat;
}

.red_header {
	color : #DF5A57;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
}

.cherry_header {
	color : #CC3333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
}

.gray_header {
	color : #333333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
}

.src_emphasis {
	color : #33CC00;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : underline;
}

.gradient_box {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
	background-image : url(images\gradient_bg.gif);
	background-repeat : repeat-x;
	text-align : justify;
}

A:active, A:link, A:visited {
	color : #7DA9CE;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-decoration : none;
}

A.orangelink:active, A.orangelink:link, A.orangelink:visited {
	color : #CD9140;
}

A.whitelink:active, A.whitelink:link, A.whitelink:visited {
	color : #FFFFFF;
}

A.blacklink:active, A.blacklink:link, A.blacklink:visited {
	color : #000000;
}

A.grayboldlink:active, A.grayboldlink:link, A.grayboldlink:visited {
	color : #7E7E7D;
}

A.normalwhitelink:active, A.normalwhitelink:link, A.normalwhitelink:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #FFFFFF;
	font-weight : normal;
}

A.graylink:active, A.graylink:link, A.graylink:visited {
	color : #666666;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}

A.graylink:hover {
	color : Red;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : underline;
}

A.normalwhitelink::hover {
	color : Red;
	font-weight: normal;
}

A:hover, A.orangelink:hover, A.whitelink:hover, A.blacklink:hover, A.grayboldlink:hover {
	color : Red;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
}

INPUT, TEXTAREA {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	border-style : solid;
	border-bottom : 1px solid #E1E1E1;
	border-left : 2px solid #A1A1A1;
	border-right : 1px solid #E1E1E1;
	border-top : 2px solid #A1A1A1;
}

TEXTAREA, BODY {
	scrollbar-arrow-color: #CC3333;
	scrollbar-base-color: White;
	scrollbar-darkshadow-color: White;
	scrollbar-shadow-color: #CC3333;
	scrollbar-face-color: #F2F2F2;
	scrollbar-3dlight-color: #CC3333;
	scrollbar-highlight-color: White;
	scrollbar-track-color: White;
}


