@charset "utf-8";
/* CSS Document */

/* ----------------- Body ----------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:12px;
}
h1 {
	font-weight: normal;
	font-size: 26px;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 20px;
	;
}
h2 {
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
}

p{
	font-size: 12px;
	line-height: 22px;
}
#text ul{
	font-size: 12px;
	line-height: 22px;
}
hr{
	height:1px;
	color:#0A0A49;
}

/* ----------------- Links ----------------- */
p a {
     color: #0066CC;
}
p a:link {
     color: #0066CC;
	 text-decoration: underline;
}
p a:visited {
     color: #0066CC;
	 text-decoration: underline;
}
p a:hover {
	color:#ffffff;
	 text-decoration: underline;
}
p a:active {
     color: #0066CC;
	 text-decoration: underline;
}

h2 a {
	color:#ffffff;
	text-decoration: none;
}

#copyright a:link {
     color: #ffffff;
	 text-decoration: none;
}
#copyright a:visited {
     color: #ffffff;
	 text-decoration: none;
}
#copyright a:hover {
	color:#0066CC;
	text-decoration: none;
}
#copyright a:active {
     color: #ffffff;
	 text-decoration: none;
}

#copyright p {
	 margin:0px;
	 padding-top:10px;
	 line-height: 34px;
}

.whiteLink {
	color: #ffffff;
	text-decoration: underline;
}
a.whiteLink:link {
     color: #ffffff;
	 text-decoration: underline;
}
a.whiteLink:visited {
     color: #ffffff;
	 text-decoration: underline;
}
a.whiteLink:hover {
	color: #0066CC;
	 text-decoration: underline;
}
a.whiteLink:active {
     color: #ffffff;
	 text-decoration: underline;
}

/* ----------------- Header ----------------- */

#top p {
	font-size: 12px;
	color:#FFFFFF;
	line-height: 47px;
	margin:0;
	padding:0;
	font-style:italic;
}

/* ----------------- Photo ----------------- */

.photo {
	float: left;
	padding-right:20px;
}

/* ----------------- Forms ----------------- */

.buttons {
	margin-top: 5px;
}


/* ----------------- Bottom ----------------- */

#bottom h1 {
	margin:0px;
	font-weight: normal;
	font-size: 26px;
	font-family: "Times New Roman", Times, serif;
	color:#0A0A49;
}
#bottom h1 a {
	color:#0A0A49;
	text-decoration: none;
}
#bottom p{
	font-size: 12px;
	line-height: 22px;
	color:#0A0A49;
}
