
img.floatright {
	float: right;
	margin: 0 0 10px 10px;
	padding: 2px;
	border:none;
}

img.topLeft {
	margin: 0px 0px 10px 10px;
	padding: 0px;
	border:none;
}

img.floatleft {
	float: left;
	margin: 10px 10px 10px 10px;
	padding: 2px;
	border:none;
}

a.youAreHere {
	FONT-SIZE: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#4B4C4D;
	line-height:1.5em;
}


a.downloadIcon {
   background: url(/images/downloadArrow.gif) 0 0.4em no-repeat;
   padding-left: 15px;
   display: block;
}

ul.listWithoutIndent {
	margin:0em; /*removes indent IE and Opera*/
	padding:0em; /*removes indent Mozilla and NN7*/
}

.odd {
	background-color:#EFF4FB;
}

/************************************
	Documents Table
*************************************/
table.documentsTable {
		border-collapse:collapse;
		background-color:#FFFFFF;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		border-bottom:1px solid #686868;
		font:0.7em/145% Verdana, Arial, Helvetica, sans-serif;
		color: #333;
}

td.documentsTable, th.documentsTable {
		padding:8px;		
}

caption.documentsTable {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

table.documentsTable a {
		color:#950000;
		text-decoration:none;
		border:none;
}

table.documentsTable a:link {}

table.documentsTable a:visited {
		font-weight:normal;
		color:#950000;
		text-decoration:none;
		border:none;
		color: orange;
}

table.documentsTable a:hover {
		text-decoration:none;
		border-bottom: 1px dashed #bbb;
}

/* =head =foot
----------------------------------------------- */

thead.documentsTable th, tfoot.documentsTable th, tfoot.documentsTable td {
		padding-left: .5em;
		padding-bottom: .4em;
		padding-right: .5em;
		padding-top: .4em;
		text-align: left;
		background:#333 url(/images/grayTableHeaderBackground.gif) repeat-x;
		color:#fff;
}

tfoot.documentsTable td {
		text-align:right;
}

/* =body
----------------------------------------------- */

tbody.documentsTable th, tbody.documentsTable td {
		border-bottom: dotted 1px #333;
		text-align: left;
		padding-left: .5em;
}

tbody.documentsTable th {
		white-space: normal;
}

tbody.documentsTable th a {
		color::#333;
}



tbody.documentsTable tr:hover {
}

/************************************
	Standard Table
*************************************/


table.stdSection {
		border-collapse:collapse;
		background-color:#FFFFFF;
		border-left:1px solid #CCCCCC;
		border-right:1px solid #CCCCCC;
		border-bottom:1px solid #CCCCCC;
		font:0.7em/145% Verdana, Arial, Helvetica, sans-serif;
		color: #333;
}

td.stdSection, th.stdSection {
		padding:8px;		
}

caption.stdSection {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

table.stdSection a {
		color:#950000;
		text-decoration:none;
}

table.stdSection a:link {}

table.stdSection a:visited {
		color:#950000;
		text-decoration:none;
}

table.stdSection a:hover {
		text-decoration:none;
		border-bottom: 1px dashed #bbb;
}

/* =head =foot
----------------------------------------------- */

thead.stdSection th, tfoot.stdSection th, tfoot.stdSection td {
		font-weight:bold;
		font-size: 14px;
		padding-left: .5em;
		padding-bottom: .4em;
		padding-right: .5em;
		padding-top: .4em;
		text-align: center;
		background-color:#DDDDDD;
		color:#2e5e8e;
}

tfoot.stdSection td {
		text-align:right;
}

/* =body
----------------------------------------------- */

tbody.stdSection th, tbody.stdSection td {
		border-bottom: dotted 1px #333;
		text-align: left;
		padding-left: .5em;
}

tbody.stdSection th {
		white-space: normal;
}

tbody.stdSection th a {
		color::#333;
}


tbody.stdSection tr:hover {
}



/*********************************
Drop Shadows
*********************************/

div.dropShadow {
	background: url('/images/dropShadow.gif') no-repeat bottom right;
	clear: right;
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
}
 
div.img-dec img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}


