.text {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
}

.text a{
	color: #FFFFFF;
	text-decoration:none;
}

.text a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}

.line {
	background-image: url(images/dotted_line.gif);
	background-repeat: repeat-x;
}
.blue_text {
	font-family: Verdana;
	font-size: 12px;
	color: #50B8FB;
}
.line1 {
	background-image: url(images/dotted_line_1.gif);
	background-repeat: repeat-y;
}

.footer{
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:11px;
	}
/* Form elements */

select.flat, textarea.flat, input.flat, 
select.error, textarea.error, input.error,
textarea.code { 
border-style: solid;
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px;
}

select.flat, textarea.flat, input.flat,
textarea.code { 
border-color : #B3BDC4;
background : #ffffff;
}

select.error, textarea.error, input.error { 
border-color : #9DBDE5;
background : #ffcc00;
}

select.flat, textarea.flat, input.flat, 
textarea.code, textarea.code-gray {
font-family: "Verdana", "Arial", "Helvetica", "sans-serif", monospace;
font-size: 7pt; 
line-height: 8pt; 
color: #6A6A6A;
width:325px;
}

textarea.code-gray {
border-style: solid;
border-top-width: 0px; 
border-right-width: 0px; 
border-bottom-width: 0px; 
border-left-width: 0px;
color: #808080;
}

/* New changes */
.bullets {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:18px;
}

.bullets a{

	color: #FFFFFF;
	text-decoration:none;
}

.bullets a:hover{

	color: #FFFFFF;
	text-decoration:underline;
}

.textfield{
font-family: "Verdana", "Arial", "Helvetica", "sans-serif", monospace;
font-size: 7pt; 
line-height: 8pt; 
color: #6A6A6A;
width:325px;
height:45px;
}
