/*************************
CSS for HTML elements appearance 
**************************/

* /*Set's border, padding and margin to 0 for all values*/
{
	padding: 0;
	margin: 0;
}

body, html {
	font-size: 11px;
}

body {
	color: #000000; 
	font-family: Verdana, Arial, Tahoma, sans-serif;
	/*background: #F9F9F9 url(../images/backgrounds/bg_body.png) center top repeat-y;*/
	background-color: #FFFFFF;
}

img {
	border: 0;
}


/*************************
LINK STYLES
**************************/
a {
	color: #EE1C2F;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/*
a:visited {
	color: #6f6f6f;
}
*/
a.relatedLink {
	font-size: .91em;
}

a.expandLink {
	background: url(/Images/expand_tcm55-4328.png) 0 3px no-repeat;
	padding-left: 11px;
	font-size: .91em;
}

/*************************
HEADER STYLES
**************************/

h1, h2, h3, h4, h5 {
	color: #95A3B6;
	margin-bottom:10px;
}

h3 {
	font-weight: bold;
}

h1 {
	font-weight: normal;
	font-size: 1.91em;
}

h2 {
	font-weight: normal;
	font-size: 1.64em;
}

h3 {
	font-size: 1.36em;
}

h4 {
	font-size: 1.09em;
}

h5 {
	font-size: 1em;
}

h1 a, #header h2 {
	color: #fff;
}

p {
	margin-bottom: 10px;
}

/*************************
SUPERSCRIPTED (TM)
**************************/
sup {
	font-size: 0.7em;
}

/**************************
LIST STYLES
**************************/ 


ol { margin-left: 40px }
ol { list-style-type: decimal }


ul {
	list-style: none;
	list-style-type: none;
} 

ul li {
	padding-left: 10px;
	text-decoration: none;
	color: #000;
	font-size: 1em;
	background: url(/Images/blackbullet_tcm55-5551.gif) 0 5px no-repeat;
	margin: 3px 0;
}

/**************************
FORM ELEMENTS
**************************/ 

select
{
             font-family: Verdana, Arial, Tahoma, sans-serif;
             font-size: 11px;
}

/**************************
INLINE LIST WITH | DIVIDER
**************************/ 
ul.inline {
	clear: both;
	margin-top:20px;
}

ul.inline li {
	display:inline;
	background: url(/Images/bar_tcm55-4321.gif) left 2px no-repeat;
	padding: 0 10px 0 10px;
}

ul.inline li.selected {
	font-weight:bold;
	padding-left: 10px;
}


ul.inline li.link1 {
	background: none;
                padding-left: 0;
}

ul.inline li.first, ul.inline li:first-child {
	background:none;
	padding-left: 0;
}

/**************************
LINK LIST
**************************/ 
ul.linkList li {
	background: none;
	padding: 0;
}

/**************************
PREVIUS NEXT LINKS
**************************/ 
ul.prevNext {
	margin :20px 20px 0 17px;
	float: left;
	display: inline;
	clear: both;
	width: 80%;

}

ul.prevNext li {
	display: inline;
	background: none;
	padding: 0;
	float: left;
	margin-right: 30px;
}

ul.prevNext li a {
	display: block; 
	width: auto; 
	height: 100%; 
}

/**************************
DOWNLOAD DOC TABLE
**************************/ 
table.download {
	width:580px;
	margin: 20px 0 20px 18px;
	border-collapse: separate; 
	border-spacing: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table.download tr.alt, td.alt {
	background-color: #EEEEEE;
}

table.download th {
	text-align: left;
	vertical-align: top;
	padding: 5px 10px 7px 10px;
	border-bottom: 1px solid #ccc;
	border-left:0px;
	border-right: 0px;
}

table.download td {
	padding: 5px 10px 7px 10px;
	border-bottom: 1px solid #ccc;
	border-left:0px;
	border-right: 0px;
	vertical-align: top;
	text-align: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table.download td.left {
	border-left: 1px solid #ccc;
	width: 330px;
	text-align: left;
}

table.download td.middle {
	padding-left: 25px;
}

table.download td.right {
	border-right: 1px solid #ccc;
	text-align: left;
	width: 67px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 35px;
}

table.download td.right.pdf {
	background-image: url(/Images/icon_pdf_tcm55-4329.gif); 
	background-position:  95px 6px;
	background-repeat:  no-repeat;
}

/*************************
SPECIAL STYLES
**************************/
.red {
	color: #EE1C2F;
}

.caption {
	color: #6F6F6F;
}


/************************************************************************************
VARIOUS BUTTONS
************************************************************************************/

/****************************
BUTTON HEIGHT 15PX RED WHITE
*****************************/

.btnWrapper15RW {
	float:left;
	width:100% !important;
}

.btnWrapper15RW div {
	height:15px;
	float:left;
}

.btnWrapper15RW div.btnLeft {
	background:url(/Images/btn_redwhite_15_tcm57-9643.gif) left top no-repeat;
	width:7px;
}

.btnWrapper15RW div.btnRight {
	background:url(/Images/btn_redwhite_15_tcm57-9643.gif) right top no-repeat;
	width:7px;
}

.btnWrapper15RW input {
	height:15px;
	float:left;
	background:url(/Images/btn_redwhite_15_middle_tcm57-9644.gif) left top repeat-x;
	color:#95A3B6;
	border:0;
	padding:0;
	font-family: verdana;
	font-size:10px !important;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	cursor:pointer;
}

.btnWrapper15RW div.btnMiddle {
	background:url(/Images/btn_redwhite_15_middle_tcm57-9644.gif) left top repeat-x;
	overflow: hidden;
	cursor:pointer;
	padding: 0 10px;
}

.btnWrapper15RW div.btnMiddle a {
	color:#95A3B6;
	font-family: verdana;
	font-size:10px !important;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 1px;
	float: left;
}

/****************************
BUTTON HEIGHT 15PX PLAIN RED
*****************************/

.btnWrapper15R {
	float:left;
	width:100% !important;
}

.btnWrapper15R div {
	height:15px;
	float:left;
}

.btnWrapper15R div.btnLeft {
	background:url(/Images/btn_red_15_tcm57-9647.gif) left top no-repeat;
	width:7px;
}

.btnWrapper15R div.btnRight {
	background:url(/Images/btn_red_15_tcm57-9647.gif) right top no-repeat;
	width:7px;
}

.btnWrapper15R input {
	height:15px;
	float:left;
	background:url(/Images/btn_red_17_middle_tcm57-9649.gif) left top repeat-x;
	color:#fff;
	border:0;
	padding-top:0;
	font-family: verdana;
	font-size:10px !important;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	cursor:pointer;
}

.btnWrapper15R div.btnMiddle {
	background:url(/Images/btn_red_17_middle_tcm57-9649.gif) left top repeat-x;
	overflow: hidden;
	cursor:pointer;
	padding: 0 10px;
}

.btnWrapper15R div.btnMiddle a {
	color:#fff;
	font-family: verdana;
	font-size:10px !important;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 1px;
	float: left;
}

/****************************
BUTTON HEIGHT 17PX RED WHITE
*****************************/

.btnWrapper17RW {
	float:left;
	width:100% !important;
}

.btnWrapper17RW div {
	height:17px;
	float:left;
}

.btnWrapper17RW div.btnLeft {
	background:url(/Images/btn_redwhite_17_tcm57-9645.gif) left top no-repeat;
	width:7px;
}

.btnWrapper17RW div.btnRight {
	background:url(/Images/btn_redwhite_17_tcm57-9645.gif) right top no-repeat;
	width:7px;
}

.btnWrapper17RW input {
	height:17px;
	float:left;
	background:url(/Images/btn_redwhite_17_middle_tcm57-9646.gif) left top repeat-x;
	color:#95A3B6;
	border:0;
	padding-top:0;
	font-family: verdana;
	font-size:10px !important;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	cursor:pointer;
}

.btnWrapper17RW div.btnMiddle {
	background:url(/Images/btn_redwhite_17_middle_tcm57-9646.gif) left top repeat-x;
	overflow: hidden;
	cursor:pointer;
	padding: 0 10px;
}

.btnWrapper17RW div.btnMiddle a {
	color:#95A3B6;
	font-family: verdana;
	font-size:10px !important;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 2px;
	float: left;
}

/****************************
BUTTON HEIGHT 17PX PLAIN RED
*****************************/

.btnWrapper17R {
	float:left;
	width:100% !important;
}

.btnWrapper17R div {
	height:17px;
	float:left;
}

.btnWrapper17R div.btnLeft {
	background:url(/Images/btn_red_17_tcm57-9650.gif) left top no-repeat;
	width:7px;
}

.btnWrapper17R div.btnRight {
	background:url(/Images/btn_red_17_tcm57-9650.gif) right top no-repeat;
	width:7px;
}

.btnWrapper17R input {
	height:17px;
	float:left;
	background:url(/Images/btn_red_17_middle_tcm57-9649.gif) left top repeat-x;
	color:#fff;
	border:0;
	padding-top:0;
	font-family: verdana;
	font-size:10px !important;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	cursor:pointer;
}

.btnWrapper17R div.btnMiddle {
	background:url(/Images/btn_red_17_middle_tcm57-9649.gif) left top repeat-x;
	overflow: hidden;
	cursor:pointer;
	padding: 0 10px;
}

.btnWrapper17R div.btnMiddle a {
	color:#fff;
	font-family: verdana;
	font-size:10px !important;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 2px;
	float: left;
}







