body{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	background-color: #f1efe2;
}

td{
	font-family: "Arial", "Helvetica", "sans-serif";
}

li{
	list-style-type: square;
}

form {
	color: #333333;
	font-family: "Verdana", "Geneva", "Arial", "Helvetica", "sans-serif";
}

input, textarea {
	font-family: "Verdana", "Geneva", "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
}
/*font-family is already defined, here I only set the font-size*/
pre {
	background-color: #F7F7F7;
	border: 1px solid #C71585;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	padding: 4px;
	white-space: pre;
}

select, option {
	border: outset 1px #ADFF2F;
	color: #000000;
	font-family: "Verdana", "Arial", "Tahoma", "Helvetica", "sans-serif";
	font-size: 10px;
}

.buttonNav {
	BORDER-RIGHT: 1px solid #CC6600;
	BORDER-TOP: 1px solid #FFFF00;
	FONT-SIZE: 10px;
	BACKGROUND: #FFCC66;
	BORDER-LEFT: 1px solid #FFFF00;
	COLOR: #666666;
	BORDER-BOTTOM: 1px solid #CC6600;
}

.buttonForm {
	BORDER-RIGHT: 1px solid #DD6F00;
	BORDER-TOP: 1px solid #FFF4EA;
	FONT-SIZE: 10px;
	BACKGROUND: #FFEBD7;
	BORDER-LEFT: 1px solid #FFF4EA;
	COLOR: #666666;
	BORDER-BOTTOM: 1px solid #DD6F00;
	font-weight: bold;
}


/*normal links in the text*/
a:link {
	text-decoration: underline;
	color: #666666;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color : #CC3300;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

/*==================================================*/
.content{
	font-size: 12px;
}

.menuTilte{
	font-size: 16px;
	color: #333333;
	font-weight: bolder;
	border-left-width: 3px;
	background-color: #FFEBD7;
	padding: 5px;
	margin: 3;
}

.menu,.menu a,.menu a:link,.menu a:visited{
	font-size: 12px;
	color: #333333;
	background-color: #FFEBD7;
	text-decoration : none;
	line-height: 20px;
	padding: 0px 0px 0px 2px;
}

.subMenu,.subMenu a,.subMenu a:link,.subMenu a:visited{
	font-size: 12px;
	color: #333333;
	text-indent: 2pt;
	text-decoration : none;
	line-height: 16px;

}


.menu a:hover,.subMenu a:hover,.photoLink a:hover{
	color : #CC3300;
	text-decoration: underline;
}

.menu a:active,.subMenu a:active,.photoLink a:active{
	color : #FF0000;
	text-decoration : none;
}

.photoLink,.photoLink a,.photoLink a:link,.photoLink a:visited{
	font-size: 11px;
	color: #333333;
	text-indent: 2pt;
	background-color: #f1efe2;
}

.secTitle,.secTitle a,.secTitle a:link,.secTitle a:visited{
	font-size: 14px;
	color: #FFFFFF;
	text-indent: 2pt;
	text-decoration : none;
	font-weight: bold;
	background-image:  url(../media/bg_section_title.jpg);
	background-repeat: no-repeat;
}

.secTitle a:hover{
	color : #FFCC99;
	font-weight: bold;
}

.secTitle a:active{
	color : #FF0000;
	text-decoration : none;
	font-weight: bold;
}

.secLink,.secLink a,.secLink a:link,.secLink a:visited{
	font-size: 12px;
	color: #660000;
	text-indent: 2pt;
	font-weight: normal;
	background-position: right;

}

.secLink a:hover{
	color : #FF9900;
}

.secLink a:active{
	color : #FF0000;
	text-decoration : none;
}

.footer,.footer a,.footer a:link {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9px;
	color: #999999;
	line-height: 10px;
	font-weight: bold;
}

.mainTitle {
	font-size: 18px;
	color: #003366;
	font-weight: bolder;
	border-left-width: 3px;
	text-indent: 6pt;
}

.subTitle {
	font-size: 14px;
	color: #666666;
	font-weight: bolder;
	border-left-width: 3px;
	text-indent: 6pt;
}
