/* --- BASIC DEFINITIONS ---  */


button
{
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	border: solid 2px #ccccff;
	background-color: #CC6600;
	cursor: pointer;
	cursor: hand;
}
body
{
	margin-left: 0px;
	margin-right: 0px;
	background-color: #ffffff;
	font-size: 10pt;
	font-family: Verdana, Arial, sans-serif;
}

A
{
	font-size: 10pt;
	color: #333333;
	padding: 1;
	text-decoration: none;
}

select, textarea, input
{
	overflow: hidden;
	font-size: 10pt;
}
th, td, p
{
	font-size: 10pt;
}

img
{
	cursor: pointer;
	cursor: hand;
	border: transparent;
}

/* --- CLASS DEFINITIONS ---  */
.nobr {white-space: nowrap;}
.footer
{
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
}
.button
{
	font-size: 10pt;
	font-weight: bold;
	color: #dddddd;
	background-color: #CC6600;
	cursor: pointer;
	cursor: hand;
}
.thinbutton
{
	font-size: 8pt;
	font-weight: bold;
	color: #dddddd;
	background-color: #CC6600;
	width: 80;
	height: 20;
	cursor: pointer;
	cursor: hand;
}
.gobutton
{
	font-size: 10pt;
	font-weight: bold;
	color: #dddddd;
	background-color: #CC6600;
	width: 30;
	cursor: pointer;
	cursor: hand;
}

.select, .smallselect, .wideselect, .mediumselect
{
	font-size: 10pt;
	background-color: #CC6600;
	color: #dddddd;
	overflow: hidden;
	border: transparent;
}
.smallselect
{
	width: 100;
}
.wideselect
{
	width: 400;
}
.mediumselect
{
	width: 250;
}

.error
{
	font-size: 10pt;
	color: #990000;
}

.white
{
	color: #ffffff;
	line-height: 0.8cm;
}
.hicolor
{
	color: #dddddd;
	line-height: 0.8cm;
}
.midcolor
{
	color: #CC6600;
	line-height: 0.8cm;
}
.lowcolor
{
	color: #333333;
	line-height: 0.8cm;
}
.black
{
	color: #000000;
	line-height: 0.8cm;
}

.bgwhite
{
	background-color: #ffffff;
}
.bghicolor
{
	background-color: #dddddd;
}
.bgmidcolor
{
	background-color: #CC6600;
}
.bglowcolor
{
	background-color: #333333;
}
.bgblack
{
	background-color: #000000;
}

.invisibleTextbox
{
	overflow: hidden;
	background-color: transparent;
	border: transparent;
}
.textbox
{
	width: 300;
	background-color: #ffffff;
	font-family: Verdana, sans-serif;
	border: transparent 1px solid;
}
.whiteTextbox
{
	overflow: scroll;
	background-color: transparent;
	border: #FFFFFF;
	color: #333333;
}
.hicolorTextbox
{
	overflow: scroll;
	background-color: transparent;
	border: #dddddd;
	color: #ffffff;
}
.midcolorTextbox
{
	overflow: scroll;
	background-color: transparent;
	border: #CC6600;
	color: #ffffff;
}
.lowcolorTextbox
{
	overflow: scroll;
	background-color: transparent;
	border: #333333;
	color: #ffffff;
}
.blackTextbox
{
	overflow: scroll;
	background-color: transparent;
	border: #000000;
	color: #ffffff;
}


.error
{
	color: #990000;
	font-family: Arial, Verdana, sans-serif;
}
.author
{
	margin-left: 5px;
	font-weight: bold;
	line-height: 0.8cm;
}
.quote
{
	color: #CC6600; /* 	margin-left: 15px; 	*/
	font-style: italic;
	font-size: 10pt;
}
.code
{
	color: #336600;
	font-family: "Courier New" , Courier, mono;
}
.body
{
	background-color: transparent;
	font-size: 10pt;
	line-height: 0.8cm; /*color:#333333;*/
}
.bodyLight
{
	background-color: transparent;
	font-size: 10pt;
	font-family: Arial, Verdana, sans-serif;
	color: #dddddd;
}
.title
{
	font-size: 45pt;
	background-color: transparent;
	color: #dddddd;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
}
.subtitle
{
	font-size: 25pt;
	background-color: transparent;
	color: #dddddd;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
}
.header
{
	font-size: 45pt;
	color: #000000;
	font-family: Monotype Corsiva,Times, sans-serif;
	font-weight: normal;
	font-style: italic; /* 	word-spacing: 0.33em; 	letter-spacing: 0.1em; */
}
.subheader
{
	font-size: 30pt;
	color: #CC6600;
	font-family: Monotype Corsiva,Times, sans-serif;
	font-weight: normal;
	font-style: italic; /* 	word-spacing: 0.33em; 	letter-spacing: 0.1em; 	*/
}

.navbar
{
	height: 35;
}
.indent1
{
	margin-left: 15px;
	padding-left: 15px;
}
.indent2
{
	margin-left: 30px;
	padding-left: 30px;
}
.indentRight1
{
	margin-right: 15px;
	padding-right: 15px;
}
.indentRight2
{
	margin-right: 30px;
	padding-right: 30px;
}


/* --- PSEUDO-CLASS DEFINITIONS ---  */
span.navtext
{
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
}

A.navlink:active
{
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	padding: 3;
	width: 100%;
	text-decoration: none;
}
A.navlink:hover
{
	font-size: 10pt;
	font-weight: normal;
	color: #dddddd;
	padding: 3;
	width: 100%;
	text-decoration: none;
}
A.navlink:link, A.navlink
{
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	padding: 3;
	width: 100%;
	text-decoration: none;
	font-variant: small-caps;
}

BODY.contents
{
	background-image: url(../images/bg/contents.gif);
	margin: 0px;
	background-color: #333333;
}
BODY.home
{
	margin: 0px;
	background-color: #333333;
}

DIV.scrollBox
{
	overflow: scroll;
	background-color: #dddddd; /* 	border-bottom: #ffffff 1px solid;  	border-left: #ffffff 1px solid;  	border-right: #ffffff 1px solid;  	border-top: #ffffff 1px solid;  */
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
	width: 535px;
	height: 348px;
}

.white
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 14px;
}
.whitemed
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 14px;
}
.whitesm
{
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 14px;
}
.grey
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}
.greysm
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}
.orange
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #CC6600;
	font-weight: normal;
}
.black
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
.blackbold
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.blackit
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
}
.blacklg
{
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
}
.greenlg
{
	font-family: verdana, arial, sans-serif;
	font-size: 15px;
	color: #99BB44;
	font-weight: normal;
}
.greenlgbold
{
	font-family: verdana, arial, sans-serif;
	font-size: 15px;
	color: #99BB44;
	font-weight: bold;
}
.greensm
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #99BB44;
	font-weight: normal;
}
A.orangelink
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #CC6600;
	font-weight: normal;
	text-decoration: underline;
}
A:hover.orangelink
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
A.whitelink
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
A:hover.whitelink
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #cccccc;
	font-weight: normal;
	text-decoration: underline;
}
A.copylink
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #cccccc;
	font-weight: normal;
	text-decoration: none;
}
A:hover.copylink
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
A.orange2link
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #CC6600;
	font-weight: normal;
	text-decoration: underline;
	line-height: 16px;
}
A:hover.orange2link
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	line-height: 16px;
}
A.orangesmlink
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #CC6600;
	font-weight: normal;
	text-decoration: underline;
}
A:hover.orangesmlink
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}
A.orangemedlink
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #FF66CC;
	font-weight: normal;
	text-decoration: underline;
}
A:hover.orangemedlink
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
A.orange3link
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #FF66CC;
	font-weight: normal;
	text-decoration: underline;
}
A:hover.orangem3link
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
A.orangemed2link
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #BB3388;
	font-weight: normal;
	text-decoration: underline;
}
A:hover.orangemed2link
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #99BB44;
	font-weight: normal;
	text-decoration: underline;
}

