/* This is used as part of the main template. It describes the basic layout and color of the pages. This would not be used in the blog space. */
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/new_images/table_background_image.gif);
}

/* This class can be used bo give a gray background to any container that supports a background color */ 
.gray_background {
	background-image: url(/new_images/table_background_image.gif);
}

/* This is a white arial 12 point font */
.white_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

/* This class will put a black 1 point boarder around a container that supports a boarder */
.1ptborder {
	border: thin solid #ffffff;
}

/* This class can be used to give a black background to any container that supports a background color */
.black_background {
	background-color: #000000;
}

/* This class is used to modify the default settings for a table object, changing the padding around the outside */
.table_props {
	padding: 10px;
}

/* This is an alternate to the table properties above. It adds padding to all but the bottom of a table. */
.table_props_nobottom {
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:0px;
}

/* This is an arial bold font 21 point and in black */
.arial_21_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #000000;
	font-weight: bold;
}

/* This is an arial font 12 point black */
.arial_12_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* This is an arial bold font 14 point black */
.arial_14_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

/* This is an arial bold font 16 point black */
.arial_14_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

/* THis is an arial font 14 point white */
.arial_14_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

/* This is an arial font 18 point black */
.arial_18_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}

/* This is an arial bold font 21 point white */
.arial_21_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #FFFFFF;
}

/* This will set the background color to white for any container that supports a background color */
.white_background {
	background-color: #FFFFFF;
}

/* DO NOT USE - This is legacy and will be removed once all items that are using it have been converted. */
.itembody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* This allows you to add a 15 point space around any container object, use with caution as this can affect layout */
.space_around {
	padding: 15px;
}

/* This is arial 18 point white text */
.white_18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#FFFFFF
}
.Arial14White_no_Underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}

.plainlinkwhite {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}
