/* CSS Document */


h1 {
	font-size: 14px;
	color: #3A5787;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0px;
}
p {
	background: #FFFFFF;
	border-bottom: 1px solid #CBD6E1;
	text-align: left;
	margin-bottom: 7px;
	padding: 5px;
	margin-top: 0px;
	font-size: 12px;

}

A.link-pink:link {
	COLOR: #E684BF; font-size: 11px; text-decoration: underline;}
A.link-pink:visited {
	COLOR: #E684BF; font-size: 11px; text-decoration: underline;}
A.link-pink:active {
	COLOR: #E684BF; font-size: 11px; text-decoration: underline;}
A.link-pink:hover {
	COLOR: #69C0DD; font-size: 11px; text-decoration: underline;}
	
A.link-blue:link {
	COLOR: #82A0BB; font-size: 11px; text-decoration: underline;}
A.link-blue:visited {
	COLOR: #82A0BB; font-size: 11px; text-decoration: underline;}
A.link-blue:active {
	COLOR: #82A0BB; font-size: 11px; text-decoration: underline;}
A.link-blue:hover {
	COLOR: #69C0DD; font-size: 11px; text-decoration: underline;}	
	
A.link-breadcrumb:link {
	COLOR: #e7eefa;
	text-decoration: underline;
	}
A.link-breadcrumb:visited {
	COLOR: #e7eefa;
	text-decoration: underline;
}
A.link-breadcrumb:active {
	COLOR: #e7eefa;
	text-decoration: underline;
}
A.link-breadcrumb:hover {
	COLOR: #A1248B;
	text-decoration: underline;
}
	



.box-blue-tl {
	background: #91a6ca url(/images/_blue/box-tl.gif) no-repeat left top;
	text-align: left;
	padding-left: 10px;
}
.box-blue-tr {
	background: url(/images/_blue/box-tr.gif) no-repeat left bottom;
	border-top: 1px solid #91a6ca;
	border-right: 1px solid #91a6ca;
	padding-right: 10px;
	text-align: right;
}
.box-blue-mid {
	border-right: 1px solid #91a6ca;
	border-left: 1px solid #91a6ca;
	background: #ffffff;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.box-blue-bl {
	background: url(/images/_blue/box-bl.gif) no-repeat left bottom;
}

.box-blue-br {
	background: url(/images/_blue/box-br.gif) no-repeat right bottom;
}

.box-pink-tl {
	background: #E684BF url(/images/_pink/box-tl.gif) no-repeat left top;
	text-align: left;
	padding-left: 10px;
}
.box-pink-tr {
	background: url(/images/_pink/box-tr.gif) no-repeat left bottom;
	border-top: 1px solid #E684BF;
	border-right: 1px solid #E684BF;
	padding-right: 10px;
	text-align: right;
}
.box-pink-mid {
	border-right: 1px solid #E684BF;
	border-left: 1px solid #E684BF;
	background: #ffffff;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.box-pink-bl {
	background: url(/images/_pink/box-bl.gif) no-repeat left bottom;
}

.box-pink-br {
	background: url(/images/_pink/box-br.gif) no-repeat right bottom;
}
.bg-001 {
	background: #ECF3FF url(/images/_pink/bg001a.gif) repeat;
	padding: 10px 10px 3px;
	border: 1px solid #91a6ca;
	text-align: left;
}
.bg-001a {
	background: #EBF2FE url(/images/_pink/bg001a.gif) repeat;
	padding: 10px 10px 3px;
	border: 1px solid #c6c9b6;
	text-align: left;
}
.bg-001b {
	background: #EDEEE8 url(/images/_blue/bg001.gif) repeat;
	padding: 10px 10px 3px;
	border: 1px solid #c6c9b6;
	text-align: left;
}
.bg-001-hd {
	background: #d2ddef;
	padding: 10px;
	border: 1px solid #91a6ca;
}
.bg-002 {
	background: #d2ddef;
	padding: 10px;
	border: 1px solid #91a6ca;
}
.bg-002a {
	background: #d2ddef;
	padding: 10px;
	border-right: 1px solid #91a6ca;
	border-bottom: 1px solid #91a6ca;
	border-left: 1px solid #91a6ca;
}
.bg-003 {
	background: #bccbe4;
	padding: 5px 10px;
	border: 1px solid #91a6ca;
	font-size: 12px;
	font-weight: bold;
}

ul {
	list-style: circle outside;
	page-break-after: always;
	text-align: left;
	margin: 0px 12px 8px 12px;
	padding: 0px 5px 5px 10px;
	line-height: 15px;
	background-color: #dfe8f9;
	
}
.ul-2 {
	list-style: circle outside;
	margin: 0px 12px 0px 12px;
		border-bottom: none;
}
ul-alt {
	list-style: circle outside;
	page-break-after: always;
	text-align: left;
	margin: 0px 0px 0px 12px;
	padding: 0px 5px 5px 10px;
	line-height: 15px;
	background-color: #ffffff;
}
ol {
	page-break-after: always;
	text-align: left;
	margin: 0px 12px 8px 12px;
	padding: 0px 5px 5px 20px;
	line-height: 15px;
	background-color: #dfe8f9;
	border-bottom: 1px solid #cbd6e1;

}
.text-bg {
	background: #FFFFFF;
	padding: 5px;
	border-bottom: 1px solid #BAC7E1;
}

.upload-meter {
	border: 1px solid #91a6ca;
	width: 100%;
	height: 15px;
}
.upload-meter-full {
	background-color: #bccbe4;
}
.upload-meter-empty {
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}

