/*----------------------------------------------------------------------------
| General Styles
|---------------------------------------------------------------------------*/
.nowhitespace {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

.footnote {
	font-size: 75%;
	font-weight: bold;
}

/*----------------------------------------------------------------------------
| Main styles
|---------------------------------------------------------------------------*/
/* Body */
BODY {
	background-color : #FFFFCC;
}

/* Main links */
A.mainlink:link, A.mainlink:active, A.mainlink:visited {
	color: White;
	font-weight: bold;
	text-decoration: none;
}

/* General links */
A.nochange:link, A.nochange:active, A.nochange:visited {
	color : Blue;
}

/*----------------------------------------------------------------------------
| Signature styles
|---------------------------------------------------------------------------*/
/* General text */
.signature {
	font-size: 70%;
	font-family: Arial;
	color: White;
}

/* Signature links */
A.signature:link, A.signature:active, A.signature:visited {
	font-size: 100%;
	color: Red;
}

A.enlargeImage:link, A.enlargeImage:active, A.enlargeImage:visited {
	font-family : Arial;
	font-size: 70%;
	color: Red;	
}

/*----------------------------------------------------------------------------
| Text styles
|---------------------------------------------------------------------------*/
/* Headings */
H1.title {
	font-size : 200%;
	text-decoration : none;
}

H1.nomargin {
	font-size : 180%;
	text-decoration : none;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	font-weight : bold;
}

H1 {
	font-size: 180%;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 0px;
	margin-top: 0px;
	text-align: center;
}

H2 {
	font-size : 120%;
	font-style : normal;
	font-weight : bold;
}

H2.nomargin {
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*----------------------------------------------------------------------------
| Object Styles
|---------------------------------------------------------------------------*/
/* Tables */
TABLE.main {
	background-color: Green;
	width: 720px;
}

TD.header {				/* Main Header */
	background-color: White;
	padding: 5px 0px 5px 0px;
}

TD.links {				/* Main Links */
	background-color: Black;
	color: White;
	height: 30px;
	vertical-align: middle;
}

TD.content {			/* Main Content */
	padding: 15px 20px 15px 20px;
	height: 100%;
	vertical-align: top;
}

TD.fieldlabel {
	padding-left : 10px;
	padding-right : 10px;
	font-weight : bold;
}

/*----------------------------------------------------------------------------
| Form Styles
|---------------------------------------------------------------------------*/
/* Cell containing the label next to an object for entry */
.entryLabelCell, .displayLabelCell {
	text-align: left;
	vertical-align: top;
	padding: 1px 3px 1px 3px;
	margin: 0px 0px 0px 0px;
}

/* Text label indicating info to be entered */
.entryLabel, .displayLabel {
	color: Black;
}

/* Cell containg objects for entry of information */
.entryObjectCell, .displayInfoCell {
	text-align: left;
	vertical-align: top;
	padding: 1px 3px 1px 3px;
	margin: 0px 0px 0px 0px;
}

/* Object for entry of information */
.entryObject {
	border: thin solid #005050;
	border-width: 1px 1px 1px 1px;
}

