/* GLOBALS */

body {
	margin: 0;
	padding: 0;
	background-color: #F5F5F5;
}

body,table,tr,td {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: white;
}

a {
	color: white;
}

h1 {
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}

h3 {
	font-size: 14px;
	font-weight: normal;
}

input,select,textarea {
	font-size: 11px;
}

/* IDS */

#content-wrapper {
	background: url(images/sharedimgs/td-wrapper-bg.gif) repeat-y;
	margin: 0;
	padding: 0;
}

#content-table {
	margin: 0;
	padding: 0;
	background: url(images/sharedimgs/content-bg.jpg) no-repeat top center;
}

#flashcontent {
	background: url(images/sharedimgs/flash-backup.jpg) no-repeat;
	height: 170px;
	width: 776px;
}

/* CLASSES */

.box-437 {
	width: 437px;
	margin: 20px 0 0 22px;
}

.box-437 .sides {
	border-left: solid 1px #77777B;
	border-right: solid 1px #77777B;
	padding: 10px 25px;
}

.box-474 {
	width: 474px;
	margin: 20px 0 0 22px;
}

.box-474 .sides {
	border-left: solid 1px #77777B;
	border-right: solid 1px #77777B;
	padding: 10px 25px;
}

.contact-box td {
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #77777B;
}

.grey-box {
	border: solid 1px #77777B;
	margin: 20px 0 0 22px;
	width: 474px;
}