.defaulttextbox
{
	border : 1px solid #000000;
	background-color:#FEE1A1;
	color : #000000;
	font-size : 11px;
	font-family: Tahoma,arial,helvetica,sans-serif;
	height: 1.5em; 
	width: 200px;
	padding-left:5px;
}

.textboxbig
{
	border : 1px solid #000000;
	background-color:#FEE1A1;
	color : #000000;
	font-size : 11px;
	font-family: Tahoma,arial,helvetica,sans-serif;
	height: 6em; 
	width:320px;
}


.defaulttable {
	border-width: 0px;
	border-style:solid;
	border-color: #000000;
	/*border-collapse: separate;
	/*background-color:#FFFFFF;*/
}

.defaulttable2 {

	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #FBBE12;
}

.defaulttable3 {
	border-width: 1px;
	border-spacing: 0;
	border-top:1;
	border-style: solid;
	border-color:#9C5345;
	background-color:#D6D6D6;
}

.defaulttext
{
	color:#000000 ;
	font-size:8pt;
	font-family: Tahoma,arial,helvetica,sans-serif;
}
.defaulttextbold
{
	color:#000000 ;
	font-size:8pt;
	font-family: Tahoma,arial,helvetica,sans-serif;
	font-weight:bold;
}

.notetext
{
	color:#000000 ;
	font-size:7pt;
	font-family: Tahoma,arial,helvetica,sans-serif;
}

.defaultlink
{
	color:#000000;
	font-size:8pt;
	font-family: Tahoma,arial,helvetica,sans-serif;
	text-decoration:underline;
}


.defaultlink a:link
{
	color:#000000;
	font-size:8pt;
	font-family: Tahoma,arial,helvetica,sans-serif;
	text-decoration:underline;
}

.defaultlink a:visited
{
	color:#000000;
	font-size:8pt;
	font-family: Tahoma,arial,helvetica,sans-serif;
	text-decoration:underline;
}

.defaultlink a:hover
{
	color:#BC2D31;
	font-size:8pt;
	font-family: Tahoma,arial,helvetica,sans-serif;
	text-decoration:underline;
}

.defaultbutton
{
	font-size:11pt; 
	font-family: Tahoma,arial,helvetica,sans-serif;
	background-color:#FEE1A1;
	/*font-weight:bold;*/
	color:#000000;
	border : 1px solid #000000;
	font-weight:bold;
	padding:5px;
}

.defaultline
{
	border: 0;
	border: 1px dotted #FFCC00;
	height: 1px;
	width: 100%;
	text-align: left;
	
}

h1
{
	font-size: 11pt;
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
}


