/*for JRC : normal*/

body {
	margin: 0;
	padding: 0;
	background: white;
	color: #333333;
	font-size: 11pt;
	line-height: 150%;
	font-family: sans-serif;
}

table td,th { font-size: 11pt;line-height:150%; }

.small { font-size: 8pt; line-height: 150%; }
.regular { font-size: 11pt; line-height: 150%; }
.large-regular { font-size: 12pt; line-height: 150%; }
.large { font-size: 15pt; line-height: 150%; }
.ex-large { font-size: 18pt; line-height: 150%; }

.small td { font-size: 8pt; line-height: 150%; }
.regular td { font-size: 11pt; line-height: 150%; }
.large-regular td { font-size: 12pt; line-height: 150%; }
.large td { font-size: 15pt; line-height: 150%; }
.ex-large td { font-size: 18pt; line-height: 150%; }

.header td { font-size: 12pt; line-height: 150%; }

.breadclumb td { font-size: 8pt; line-height: 150%; font-weight: bold; }

.text-bold { font-weight: bold; }
.text-italic { font-style: italic; }
.text-underline { text-decoration: underline; }

.text-orange { color: #ff6600; }
.text-red { color: #ff0000; }
.text-blue { color: #0000ff; }
.text-black { color: #000000; }
.text-wine { color: #a50000; }
.text-darkblue { color: #284a9e; }
.text-grey666 { color: #666666; }

a { color: #074773; text-decoration: underline; background-color: transparent; }

.link-blue a { color: #074773; text-decoration: none; background-color: transparent; }
.link-blue a:hover { color: #074773; text-decoration: underline; }

.link-grey a { color: #1f1f1f; text-decoration: none; background-color: transparent; }
.link-grey a:hover { color: #074773; text-decoration: underline; }

.breadclumb a { color: #074773; text-decoration: none; background-color: transparent; }
.breadclumb a:hover { color: #074773; text-decoration: underline; }

ul li.indent-large-red { 
	margin-left: -24px;
	list-style: square;
	list-style-image: url('../images/indent_large_red.gif');
}

ul li.indent-large-grey { 
	margin-left: -24px;
	list-style: square;
	list-style-image: url('../images/indent_large_grey.gif');
}

ul li.indent-open-large-red { 
	margin-left: -24px;
	list-style: square;
	list-style-image: url('../images/indent_open_large_red.gif');
}

ul li.indent-open-large-grey { 
	margin-left: -24px;
	list-style: square;
	list-style-image: url('../images/indent_open_large_grey.gif');
}

ul li.indent-small-red { 
	margin-left: -24px;
	list-style: square;
	list-style-image: url('../images/indent_small_red.gif');
}

ul li.indent-small-grey { 
	margin-left: -24px;
	list-style: square;
	list-style-image: url('../images/indent_small_grey.gif');
}

ul li.indent-open-small-red { 
	margin-left: -24px;
	list-style: square;
	list-style-image: url('../images/indent_open_small_red.gif');
}

ul li.indent-open-small-grey { 
	margin-left: -24px;
	list-style: square;
	list-style-image: url('../images/indent_open_small_grey.gif');
}
