@import url("notsafe.css");

a img {
	border: 0;
}

a:link {
	color: #6699CC;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
	color: #747B9C;
	text-decoration: underline;
}

a:hover {
	color: #6699CC;
	text-decoration: none;
}


dl {
	text-indent: 20px;
}

dt {
	text-indent: 30px;
	margin-top: 20px;
}

dd {
	text-indent: 40px;
}

h1 {
	color: #4F70BD;
	font-size: 150%;
	margin: 10px 0 10px 0px;
}

h2 {
	color: #43445A;
	font-size: 115%;
	font-style: italic;
	margin: 10px 0 5px 0px;
}

h3 {
	color: #747B9C;
	font-size: 100%;
	margin: 10px 0 5px 0px;
}

h4 h5 h6 {
	color: #999999;
	font-size: 90%;
	font-weight: bold;
	margin: 10px 0 5px 0px;
}

hr {
	color: #999999;
}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 2px;
}


p {
	margin-top: 0;
}

select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

form table {
	background-color: #D1D5DE;
	border: solid 1px #747B9C;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 2px;
}

th {
	background: #6699CC;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px;
	text-align: center;
}

ul li {
	list-style: disc url(../images/bullet.gif) inside;
	margin-top: 16px;
	margin-left: 0;
	padding-left: 0;
}


.art {
	border: none;
	padding: 10px 0 10px 0;
	text-align: center;
}

.highlight {
	color: #6699CC;
	font-weight: bold;
}

.label {
	font-weight: bold;
	text-align: right;
}

.layout {
	background-color: white;
	border: 0;
	color: #666666;
}

.smallgraycaps {
	font-size: 90%;
	font-variant: small-caps;
	color: #999999;
	margin-left: 0px;
}

.largergraycaps {
	font-size: 100%;
	font-weight: bold; 
	font-variant: small-caps;
	color: #999999;
	margin-left: 0px;
}

.section {
	line-height: 145%;
	margin-left: 10px;
}

.small {
	font-size: 90%;
	font-weight: normal;
}

.smallHighlight {
	color: #6699CC;
	font-weight: bold;
	font-size: 90%;	
}