/* Default Style Sheet for NGsig */
/* Created Apr 06, modified May 08, Oct 09, Nov 09 */

/* html selectors */
body {
	width: 780px;
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	background-color: white;
	margin: 10px auto;
	padding: 0px 0px 0px 0px;
	text-align:center;
	}

h1, h2, h3 {
	color: #632910;
	font-style: bold;
	text-align: left;
	margin: 4px 0 6px 0;
	}
h1 {
	font-size: 24px;
	}
h2 {
	font-size: 18px;
	}
h3 {
	font-size: 14px;
	}

p {
	color: #632910;
	margin: 0 0 6px 0;
	text-align: left;
	}

table {
	margin: 0 0 0 0;
	Table-Layout: Fixed;
	}
td {
	vertical-align: top;
	padding: 0 4px 0 4px;
	}

ul, ol, dl {
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	color: #632910;
	margin: 0 0 0 0;
	text-align: left;
	}
dt {
	font-weight: bold;
	}
dd {
	margin: 0 0 2px 10px;
	}
li {
	margin: 0 0 2px 10px;
	}
em {
	font-style: italic;
	}

img {
	border-style: none;
	border-width: 0px;
	margin: 4px 4px 4px 4px;
	}

/* ids */

#pagehead {
	font-size: small;
	width: 780px;
	margin: auto;
	color: #632910;
	text-align: center;
	}

#column-a {
	position: relative;
	float: left;
	font-size: medium;
	width: 30%;
	text-align: left;
	}

#column-b {
	position: relative;
	float: right;
	font-size: medium;
	width: 66%;
	text-align: left;
	}
	
/* classes */
	
.small {
	font-size: small;
	}	
.xsmall {
	font-size: x-small;
	}

/* Pseudo classes */

a:link {
	color: #AD0000;
	text-decoration: none;
	}
a:hover {
	color: green;
	text-decoration: none;
	}
a:visited {
	color: gray;
	text-decoration: none;
	}
emph {
	font-style: italic;
	}
