/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(/resources/img/bg01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h3 {
	font-size: 14px;
}
/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434343;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}
small {
	font-size: 10px;
	color: #666666;
}

.text1 {
	margin: 0px 0px 20px 0px;
	font-size: 15px;
	font-weight: bold;
	color: #DB6A00;
}

.text2 {
	text-align: center;
	color: #F1BC84;
}

.text3 {
	margin: 0px 0px 15px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #DB6A00;
}

/** LINKS */

a {
	color: #DC6E00;
}

a:hover {
	text-decoration: none;
}

.link1 {
	color: #FFFFFF;
}

/** STYLES */

.style1 {
	text-align: center;
	color: #E28200;
}

.style1 a {
	text-decoration: none;
	color: #E28200;
}

.style1 a:hover {
	text-decoration: underline;
	color: #8C8C8C;
}

/** BACKGROUNDS*/

.bg1 { background: url(/resources/img/bg02.jpg) repeat-x left top; }
.bg2 { background: url(/resources/img/homepage02.jpg) no-repeat left top; }

.bg3 { background: url(/resources/img/bg03.jpg) no-repeat left top; }
.bg4 { background: url(/resources/img/bg04.jpg) repeat-y left top; }
.bg5 { background: url(/resources/img/bg05.jpg) no-repeat left bottom; }

.bg6 { background: url(/resources/img/homepage09.jpg) no-repeat left top; }
.bg7 { background: url(/resources/img/homepage10.jpg) repeat-y left top; }
.bg8 { background: url(/resources/img/homepage11.jpg) no-repeat left bottom; }

.bg9 { background: url(/resources/img/homepage14.jpg) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }


.img2 {
	float: right;
	margin-left: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** CALENDAR */

#calendar {
}

#calendar th, #calendar td {
	border-right: 1px solid #F2F3F5;
	border-bottom: 1px solid #F2F3F5;
	text-align: center;
}

#calendar th {
	color: #D65C01;
}

#calendar td {
	color: #5F7688;
}

#calendar a {
	display: block;
	padding: 4px;
	text-decoration: none;
	font-weight: bold;
	color: #5F7688;
}
#calendar span {
	display: block;
	padding: 4px;
}

#calendar a:hover {
	background-color: #EBECED;
}

#calendar a.highlight {
	color: #4249A4;
}
#calendar .today {
	background-color: #EBECED;
}

#calendar .last {
	border-right: none;
}