/* CSS Document */

img {
	border: 0;
	}

div.padding {
	font-size: 0;
	line-height: 0;
	height: 15px;
	}

	div.double_padding {
		font-size: 0;
		line-height: 0;
		height: 30px;
		}

div.spacer {
	font-size: 0;
	line-height: 0;
	height: 10px;
	}

	div.double_spacer {
		font-size: 0;
		line-height: 0;
		height: 20px;
		}

div.clear {
	clear: both;
	}

.hidden {
	display: none;
	}

.block {
	display: block;
	}

.inline {
	display: inline;
	}

.invisible {
	visibility: hidden;
	}

.visible {
	visibility: visible;
	}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #0000cc;
	}

h2 {
	font-size: 14px;
	font-weight: bold;
	}

h3 {
	font-size: 16px;
	color: #0000cc;
	}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
	}

h5 {
	font-size: 100%;
	}

p {
	margin: 0;
	padding: 15px 0 0 0;
	}

ul, ol {
	margin: 0;
	padding: 15px 0 0 15px;
	}

a {
	/*font-weight: bold;*/
	color: #0000FF;
	}

.first {
	padding-top: 0;
	}

.telephone {
	font-style: normal;
	text-decoration: underline;
	}

.right {
	text-align: right;
	}

.align_center {
	text-align: center;
	}

	

.t { background-repeat: repeat-x; background-position: top; }
.b { background-repeat: repeat-x; background-position: bottom; }
.l { background-repeat: repeat-y; background-position: left; }
.r { background-repeat: repeat-y; background-position: right; }
.tl { background-repeat: no-repeat; background-position: top left; }	
.tr { background-repeat: no-repeat; background-position: top right; }
.bl, .bl_dark { background-repeat: no-repeat; background-position: bottom left; }
.br, .br_dark { background-repeat: no-repeat; background-position: bottom right; }


ul.bullets {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

	ul.bullets li {
		background: transparent url("/mimages/root/icons/bullets/0000cc/on_ffffff/circle.gif") no-repeat 10px 3px;
		padding: 0 0 0 35px;
		margin-bottom: 8px;
		}

		ul.bullets li.last {
			margin-bottom: 0;
			}

span.image_text {
	display: none;
	}