/* WRAC CSS */
/** Defaults **/
body {
	margin-top: 0px;
	margin-left: 0px;
}

td,p {
	font-size: 14px;
	color: black;
}

a:link,a:active,a:hover,a:visited {
	text-decoration: none;
	color: black;
}

/** Background Colors **/
.bgred {
	background-color: #B83350;
}

.bggrey {
	background-color: #F4F4F6;
}

/**	Text Formatting **/

/*** Color ***/
.white {
	color: white;
}

.yellow {
	color: #FFDB5C;
}

.red {
	color: #B83350;
}

/*** Font Size ***/
.f18px {
	font-size: 18px;
}

.f12px {
	font-size: 12px;
}

/*** Font Styles ***/
.fbold {
	font-weight: bold;
}

.fitalics {
	font-style: italic;
}

.flh2 {
	line-height: 2.0em;
}

/*** Custom Classes ***/

.fbi18px {
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}

.fbired {
	font-weight: bold;
	font-style: italic;
	color: #B83350;
}

.fbred {
	font-weight: bold;
	color: #B83350;
}

li.list1 {
	list-style-image: URL("images/dot.jpg");
	font-style: italic;
	font-weight: bold;
}

li.list2 {
	list-style-image: URL("images/dot.jpg");
	font-weight: bold;
}

li.none {
	list-style: none;
}

a.redlink:link,a.redlink:active,a.redlink:visited,a.redlink:hover {
	color: #B83350;
}

a.blacklink:link,a.blacklink:active,a.blacklink:visited,a.blacklink:hover {
	color: black;
	text-decoration: underline;
}

