/* Common */

BODY, DIV {
	background: #eabe53;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}


IMG {
	border: 0px;
}

P,LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	margin-left: 10px;
	font-weight: normal;
	align: left;

}

H3 {
	color: #CC0033;
	font-size: 14pt;
	margin-bottom: 0.5em;
	margin-left: 10px;
}

H4 {
	color: #CC0033;
	margin-bottom: 0.5em;
	font-size: 12pt;
	margin-left: 10px;
}

H5 {
	color: #CC0033;
	font-size: 10pt;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 10px;
}


TD, DIV {
	background: transparent;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

DIV.Content {
	color : Black;
	background: #EFEFEF;
}

TD.ContentBack {
	background : #EFEFEF;
	border-top : 2px red;
	border-bottom : 2px red;
	border-left: 0px;
	border-right: 0px;
	border-style : solid;

}

TD.Header {
	background: #E1A900;
}

TD.Left {
	background-image: url('images/design/Left.gif');

}

TD.Right {
	background-image: url('images/design/Right.gif');

}



/* Menu */
TABLE.MenuBase {
	background: #ffcc33;
}

TD.MenuBase {
	background: #2c328a;
	border-top : 2px red;
	border-bottom : 0px;
	border-left: 0px;
	border-right: 0px;
	border-style : solid;

}

TD.MenuInc {
	margin-left: 0;
	background-image: url(images/design/ButtonUp.gif);
	padding: 1px;	
	display: block;
}

DIV.MenuSel {
	margin-left: 0;
}

TD.MenuSel {
	margin-left: 0;
	background: transparent;
	background-image: url(images/design/ButtonDown.gif);
	padding: 1px;
	display: block;
}

A.MenuInc {
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	padding: 1px;	
}
A.MenuSel {
	color: #000000;	
	font-size: 8pt;
	font-weight: bold;
	padding: 1px;
}


a:link {
}

a:visited {
}

a:hover {
	color: red;
}

a:active {
}


/* Login */
A.Login {
	color: red;	
	font-size: 8pt;
	font-weight: bold;	
}

/* User */
A.UserLink {
	color: #0000FF;	
	font-size: 8pt;
	font-weight: bold;
	padding: 1px;
}

A:visited.UserLink {
	color: #0000FF;	
	font-size: 8pt;
	font-weight: bold;
	padding: 1px;
}
div.UserLink {
	background: #eabe53;
}

/* Feedback */
.FeedbackBase {
	background: #6E94B7;
}

.FeedbackHeader {
	background: #AFC6DB;
	font-weight: Bold;
}

/* News */
.NewsArticleBase {
	border-width: 0;
	background: White;
} 

.NewsListBase {
	border-width: 0;
	background: White;
} 

.NewsBase {
	border-width: 0;
	background: #6E94B7;
}

.NewsHeader {
	background: #AFC6DB;
	font-weight: Bold;
}

TD.NewsContHeader {
	background: White;
	font-weight: Bold;
}

TD.NewsContent {
	background: White;
}


/* PhotoSend */
DIV.TopBanner {
	vertical-align: middle;
	background:#BE0028;
}

SPAN.BannerTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: Bold;
	color: white;
	vertical-align: text-bottom;
}

/* Register */
.Register {
	font-size : 8pt;
}

Table.Register {
	margin-left: 10px;	
}


