/* Archive theme for PGV by Jorgen <bob@pp.sbbs.se> made in December 2002 */

/* body properties */
body{
	background-color: #999966;
	margin:30;
	color: #003300;
	font-size: 11pt;
	font-family: Courier New, Courier, American Typewriter;
}

/* global table properties */
table.principal{
	width: 100%;
	background-color: #FFFFEA;
	border-spacing: 10;
	padding: 10;
	border-collapse: collapse;
	border : thin solid #003300;
	font-family: Courier New, Courier, American Typewriter;
	font-size: 11pt;
	color: #663300;
}

/* top title properties */
.title{
	font-size : 28pt;
	font-weight: medium;
	font-style: italic;
	font-family: Times New Roman, Times;
	color: #996633;
	text-align : center;
}

/* medium title properties */
.title2{
	font-size : 16pt;
	color: #996633;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 2pt;
	font-family: Times New Roman, Times;
	text-align : center;
}

/* small title properties */
.title3{
	font-size: 14pt;
	font-weight: bold;
	color: #996633;
	font-variant: small-caps;
	letter-spacing: 2pt;
	font-family: Times New Roman, Times;
	text-align : center;
}

/* Side title properties */
.title5{
	font-size: 18pt;
	color: #996633;
	font-weight: light;
	font-style: oblique;
	letter-spacing: 2pt;
	font-family: Times New Roman, Times;
	text-align : center;
}

/* menu properties */
.menu{
	text-align: center;
	font-size: 12pt;
	color: #003300
}

/* welcome screen properties */
.welcome{
	font-size: 12pt;
	color: #996633;
	font-weight: light;
	font-style: oblique;
	font-family: Times New Roman, Times;
	text-align : center;
}

/* search form properties */
div.search{
	text-align: center;
	margin-left: 35%;
}

ul.quote{
	margin-left: 40px;
	font-size: smaller;
}

span.occurence{
	color: Red;
	font-weight: bold;
}

/* names list properties */
tr.list{
}

/* individual list properties */
ul{
	list-style-type: circle;
}

/* male tree box properties */
td.m{
	background-color: #FFFFFF;
}

/* female tree box properties */
td.f{
	background-color: #FFFFFF;
}

/* link properties */
a:link{
	font-family: Courier New, Courier, American Typewriter;
	font-size: 11pt;
	color: #003300;
}

a:visited{
	font-family: Courier New, Courier, American Typewriter;
	font-size: 11pt;
	color: #003300;
}

a:hover{
	font-family: Courier New, Courier, American Typewriter;
	color: #FF0000;
	font-size: 11pt;
	text-decoration: underline;
}

a:active{
	font-family: Courier New, Courier, American Typewriter;
	color: #0000FF;
	font-size: 11pt;
	text-decoration: underline;
}

.navtext {
	width: 200px;
	font-size: 10pt;
	border-width: 2px;
	border-style: outset;
	border-color: gray;
	layer-background-color: green;
	background-color: #6B8E23;
	color: White;
}