
body { 
	font-family: Arial;
	color: #FFFFCC;
	font-size: 12pt;
	background : url(../images/back1.jpg);
}

h1 {
	font-size: 20pt;
}

h2 {
	font-size: 18pt;
}

h3 {
	font-size: 16pt;
}

h4 {
	font-size: 14pt;
}

.content {
	font-family: Arial;
	color: #FFFFCC;
	font-size: 12pt;
}

.contentBold {
	font-family: Arial;
	color: #FFFFCC;
	font-size: 12pt;
	font-weight: bold
}

.contentItalic {
	font-family: Arial;
	color: #FFFFCC;
	font-size: 12pt;
	font-style : italic;
}

.contenBoldtItalic {
	font-family: Arial;
	color: #FFFFCC;
	font-size: 12pt;
	font-weight: bold;
	font-style : italic;
}

.contentTitle {
	font-family: Arial;
	color: #FFFFCC;
	font-size: 14pt;
	text-align : center;
}

.contentTitleBold {
	font-family: Arial;
	color: #FFFFCC;
	font-size: 14pt;
	font-weight: bold;
	text-align : center;
}

.contentTitleItalic {
	font-family: Arial;
	color: #FFFFCC;
	font-size: 14pt;
	font-style : italic;
	text-align : center;
}

.contentTitleBoldItalic {
	font-family: Arial;
	color: #FFFFCC;
	font-size: 14pt;
	font-weight: bold;
	font-style : italic;
	text-align : center;
}

.contentHeading {
	font-family: Arial;
	color: #FFFFCC;
	text-align : center;
}

.contentHeadingBold {
	font-family: Arial;
	color: #FFFFCC;
	font-weight: bold;
	text-align : center;
}

.contentHeadingItalic {
	font-family: Arial;
	color: #FFFFCC;
	font-style : italic;
	text-align : center;
}

.contentHeadingBoldItalic {
	font-family: Arial;
	color: #FFFFCC;
	font-weight: bold;
	font-style : italic;
	text-align : center;
}
