td, div, .content {
	/*font-size:12px;*/
	line-height:22px;
	}

p {
	/*font-size:12px;*/
	margin: 0px;
	padding: 15px 0px;
	}

	
.frmtxt {
	font-size:13px;
	font-weight:bold;
	}
	
.input {
	font-size:13px;
	background:#FCFCFE;
	color:#000000;
	/*border:1px dotted #5F689F;*/
	border:1px solid #999999;
	padding:3px;
	}
	
input {
	font-size:13px;
	color:#000000;
	padding:2px;
	}
	
a:link, a:visited {
	/*font-size:12px;*/
	text-decoration:underline
	}
	
a:hover {
	/*font-size:12px;*/
	text-decoration:none
	}
	
.astk {
	color:#DE0000;
	}

.astkw {
	color:#fbf2e3;
	}
	
select {
	color:#000000;
	font-size:13px;
	}
	
.title {
	font-size:16px;
	font-weight:bold;
	}
	
.subtitle {
	font-size:13px;
	font-weight:bold;
	}
	/*
ul, li {
	font-size:12px;
	}
	*/
hr {
	height:1px;
	border:0px;
	border-bottom:1px dotted #CCCCCC
	}


A:link.tcpmenu, A:visited.tcpmenu {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding: 0px 10px;
	border-right:1px solid #FFF;
	}

A:hover.tcpmenu {
	color:#F9EAD2;
	text-decoration:underline;
	}
	
.tcpmenu {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}
	
.smalltext {
	font-size:11px;
	}
	
.box {
	background:#E3DCD7 url('../../images/box_tback.jpg') top left repeat-x;
	}
	
.boxb {
	background:#E3DCD7 url('../../images/box_bback.jpg') top left repeat-x;
	}
	
.boxtitle {
	color:#7D5D47;
	font-weight:bold
	}
	
.browntitle {
	color:#A3531F;
	font-weight:bold
	}
	
.copybulb {
	font-size:11px;
	color:#F75A00;
	}
	
/*
.project {
	cursor: hand;
	cursor: pointer;
	font: bold 14px Verdana;
	margin: 10px 0;
	}
*/


/* highlighted div and span boxes */
span.note,
span.info,
span.alert,
span.download,
span.tip {
	display: block;
	}

div.note, span.note {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	background: #f4f5f6;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
	text-align:justify;
	}

div.info, span.info,
div.alert, span.alert,
div.download, span.download,
div.tip, span.tip {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
	}

div.info, span.info {
	background: #f4f5f6 url('../../images/div_info.png') 3px 3px no-repeat;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
	}

div.alert, span.alert {
	background: #fff5eb url('../../images/div_alert.png') 3px 3px no-repeat;
	border-top: 1px dotted #ffb4a0;
	border-bottom: 1px dotted #ffb4a0;
	}

div.download, span.download {
	background: #f5faeb url('../../images/div_download.png') 3px 3px no-repeat;
	border-top: 1px dotted #78be5a;
	border-bottom: 1px dotted #78be5a;
	}

div.tip, span.tip {
	background: #fffdeb url('../../images/div_tip.png') 3px 3px no-repeat;
	border-top: 1px dotted #ffc864;
	border-bottom: 1px dotted #ffc864;
	}
