/* GENERIC SITE WIDE TAGS */

img {
	border : none;
}

p {
	margin : 10px auto 20px auto;
	width : 620px;
	font-weight : normal;
	text-align : justify;
	line-height : 20px;
}

table {
	width : 100%;
	padding : 3px;
}

table caption {
}


td {
	padding : 5px;
}


hr {
	display : none;
}


a {
	text-decoration : underline;
	color : #333333;
}


a:link {
	color : #333333;
}


a:visited {
	color : #333333;
}


a:hover {
	text-decoration : underline;
	color : #960000;
}


.highlight {
	color : #960000;
	font-weight : bold;
}


.fineprint {
	font-size : 10px;
	font-weight : bold;
}


.line_break2 {
	border-bottom : 2px dotted gray;
}


.line_break1 {
	border-bottom : 1px dotted gray;
}


.clr {
	clear : both;
}


.PSEUDO_BUTTON {
	line-height : 30px;
	padding-bottom : 10px;
	border-bottom : 0 solid black;
}

.PSEUDO_BUTTON_GREEN {
	line-height : 30px;
	padding-bottom : 10px;
	border-bottom : 0 solid black;
}

.PSEUDO_BUTTON_GREEN a {
	background-image : url(../../images/green.png);
	padding : 4px;
	background-color : green;
	color : white;
	font-weight : bold;
	text-decoration : none;
}

.PSEUDO_BUTTON_GREEN a:link {
	padding : 4px;
	background-color : green;
	color : white;
	font-weight : bold;
	text-decoration : none;
}

.PSEUDO_BUTTON_GREEN a:hover {
	background-image : url(../../images/side_link.png);
	padding : 4px;
	background-color : #960000;
	color : white;
	font-weight : bold;
	text-decoration : none;
}

.PSEUDO_BUTTON_GREEN a:visited {
	padding : 4px;
	background-color : green;
	color : white;
	font-weight : bold;
	text-decoration : none;
}


.PSEUDO_BUTTON a {
	background-image : url(../../images/silver.png);
	padding : 4px;
	background-color : #999999;
	color : white;
	font-weight : bold;
	text-decoration : none;
}


.PSEUDO_BUTTON a:link {
	padding : 4px;
	background-color : #969696;
	color : white;
	font-weight : bold;
	text-decoration : none;
}


.PSEUDO_BUTTON a:hover {
	background-image : url(../../images/side_link.png);
	padding : 4px;
	background-color : #960000;
	color : white;
	font-weight : bold;
	text-decoration : none;
}


.PSEUDO_BUTTON a:visited {
	padding : 4px;
	background-color : #969696;
	color : white;
	font-weight : bold;
	text-decoration : none;
}


.PSEUDO_BUTTON2 a {
	font-size : 10px;
	background-image : url(../../images/silver.png);
	padding : 4px;
	background-color : #999999;
	color : white;
	font-weight : bold;
	text-decoration : none;
}


.PSEUDO_BUTTON2 a:link {
	padding : 4px;
	background-color : #969696;
	color : white;
	font-weight : bold;
	text-decoration : none;
}


.PSEUDO_BUTTON2 a:hover {
	background-image : url(../../images/side_link.png);
	padding : 4px;
	background-color : #960000;
	color : white;
	font-weight : bold;
	text-decoration : none;
}


.PSEUDO_BUTTON2 a:visited {
	padding : 4px;
	background-color : #969696;
	color : white;
	font-weight : bold;
	text-decoration : none;
}


.SEARCH_FRAME {
	text-align : left;
	background-color : white;
	border : 1px solid #999999;
	padding : 10px;
	width : 600px;
	margin : 10px auto 10px auto;
}


.SEARCH_FRAME H4 {
	padding : 4px 0 4px 0;
	margin : 0;
}


.RELATED a {
	float : left;
	width : 33%;
	padding : 5px 0 5px 0;
}


.RELATED .HEADING {
	width : 100%;
	padding : 5px 0 5px 0;
	font-weight : bold;
	font-size : 18px;
}


.HEADER_BOX {
	border : 2px solid #cccccc;
	background-color : white;
	width : 612px;
	margin : 10px auto 10px auto;
	padding : 5px;
}


.HEADER_BOX div {
	text-align : left;
}


.HEADER_BOX a {
	text-align : center;
	height : 25px;
}




body, html {
	font-weight : normal;
	margin : 0 auto 0 auto;
	text-align : center;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	height : 100%;
	background-color:#555555;
	background-repeat:repeat-x;
}
