/***********************************************/
/* Lotus Web Studios Standard CSS Document     */
/* c 2005 Lotus Web Studios, Inc.              */
/* www.lotusws.com                             */
/***********************************************/

body{
	font-size: 9pt; 
	color: #666666; 
	font-family: "Arial", "Helvetica", "sans-serif";
	background-color:#FEFBF2;
}

/******* hyperlink and anchor tag styles *******/

a:link {
	color: #666666;
}
a:visited {
	color: #666666; 
}
a:hover {
	color: #DE4C0C; 
}

/********* text valiation style *********/

.xsmall {
	
	font-size: x-small;
}
.small {
	
	font-size: 8pt;
}

.bold {
	
	font-weight: bold;
}

.large {
	color: #629F09;
	font-size: 16pt;
}

.larger {
	
	font-size: 10pt;
	font-weight: bold;
}	
.larger_orange {
	
	font-size: 10pt;
	font-weight: bold;
	color: #DF1239;
}

.white {
	color:#FFFFFF;
}

/********* form and related tag styles *********/
.formtext {
	border: 1px solid #c3c3c5;
	background-color: #F7F7F7;
	width: 200px;
}
.formbutton {
	border: 1px solid #c3c3c5;
	width: 100px;
	background-image: url(button_silver.gif);
}

/********* text style-1 *********/
.textstyle-1 {
	color: #399DFA;
}
a.textstyle-1:link {
	color: #D0CCC5;
	font-weight: normal;
	text-decoration: none;
}
a.textstyle-1:visited {
	font-weight: normal;
	color: #D0CCC5;
	text-decoration: none;
}

a.textstyle-1:hover {
	font-weight: normal;
	color: #0099FF;
	text-decoration: none;
}

/********* text style-2 *********/

.textstyle-2 {
	color: #FFCC00;
}
a.textstyle-2:link {
	color: #D0CCC5;
	font-weight: normal;
	text-decoration: none;
}
a.textstyle-2:visited {
	font-weight: normal;
	color: #D0CCC5;
	text-decoration: none;
}
a.textstyle-2:hover {
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}

/********* text style-3 *********/
.textstyle-3 {
	font-size: 8pt;
	color: #FF0000;
}
a.textstyle-3:link {
	color: #D0CCC5;
	font-weight: normal;
	text-decoration: none;
}
a.textstyle-3:visited {
	font-weight: normal;
	color: #D0CCC5;
	text-decoration: none;
}
a.textstyle-3:hover {
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}

/********* table border style *********/
.tableborder {
	border: 1px solid #c3c3c5;
	padding: 4px;
	background-color: #e9e9e9;
	font-weight: bold;

}
.tableborder2 {
	background-color: #F3F3F3;
	font-weight: bold;
	border-top: 1px solid #CDCAC4;
	border-bottom: 1px solid #CDCAC4;
}
.tableborder3 {

	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c3c3c5;
	border-left-color: #c3c3c5;
}

.bkimage {
	background-image: url(images/pic_karate.jpg);
	background-repeat:no-repeat; 
	background-position:100% 100%
	}
.contact_title {
	background-color: #EBF3E1;
	font-size:10pt;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom:1px solid #BEDE93;
}
