/* CSS Document */

img {
	border: 0;
	vertical-align: middle;
	}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #666666;
	}

	h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
		color: #ff000;
		}

h1 {
	font-size: 34px;
	font-weight: bold;
	}

h2 {
	font-size: 24px;
	}

h3 {
	font-size: 24px;
	font-weight: bold;
	}

h4 { font-size: 18px; }
h5 { font-size: 16px; }

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

hr { display: none; }

div.clear, br.clear {
	clear: both;
	}

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

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

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

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

.hidden { display: none; }
.block { display: block; }
.inline { display: inline; }

.invisible { visibility: hidden; }
.visible { visibility: visible; }

.first { padding-top: 0; }
.last {
	padding-bottom: 0;
	margin-bottom: 0;
	}

.align_left { text-align: left; }
.align_right { text-align: right; }
.align_center { text-align: center; }

.nowrap { white-space: nowrap; }

.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 { background-repeat: no-repeat; background-position: bottom left; }
.br { background-repeat: no-repeat; background-position: bottom right; }
