@charset "utf-8";

/* CSS */

body {
	background-color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #555555;
	margin: 0px;
	padding: 0px;
	line-height: 23px;
}

a:link, a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
}

.dotted {
	background-color: #F2EAE7;
	padding: 15px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}


h1 {
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 19px;
	color: #2FA5B9;
	line-height: 25px;
	letter-spacing: 1px;
}

h2 {
	font-size: 15px;
	margin-bottom: 20px;
	font-weight: bold;
	margin-top: 0px;
	color: #a30166;
	padding-top: 0px;
	line-height: 1.5em;
}

h3 {
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 20px;
	color: #C20140;
}

h4 {
	font-size: 13px;
	margin-bottom: 20px;
	font-weight: bold;
	margin-top: 0px;
}

h5 {
	font-size: 19px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #DD1A22;
}

h6 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
}

p {
	margin-bottom: 15px;
	margin-top: 5px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.preview {
	background-color: #993333;
	height: 20px;
	color: #FFFFFF;
	font-size: 17px;
	border: 1px dotted #CCCCCC;
	width: 290px;
	margin-bottom: 20px;
	margin-top: 30px;
	font-weight: bold;
	padding: 5px;
}

.preview1 {
	background-color: #a30166;
	height: 25px;
	color: #FFFFFF;
	font-size: 17px;
	margin-bottom: 20px;
	margin-top: 30px;
	font-weight: bold;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.preview2 {
	background-color: #E40149;
	height: 20px;
	color: #FFFFFF;
	font-size: 17px;
	border: 1px dotted #CCCCCC;
	margin-bottom: 20px;
	margin-top: 30px;
	font-weight: bold;
	padding: 5px;
}



.style1 {
	color: #666666;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
}

.style2 {
	font-size: 15px;
	font-weight: bold;
}
.style3 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	width: 290px;
	background-color: #993333;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	line-height: 1.8em;
}

.style4 {
	font-weight: bold;
	text-align: left;
	color: #CC0000;
}



.bg2 {
	background-image: url(images/bg2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.bg1 {
	background-repeat: repeat;
	background-position: center bottom;
	background-color: #a49485;
}

