.bot{
	font-family:verdana;
	font-size:7pt;
	color:#1AA0E3;
	text-decoration:none;
	font-weight:bold;
}
A {
	font-family:verdana;
	/*font-size:7pt;*/
	color:#1AA0E3;
	text-decoration:none;
	font-weight:bold;
}
td.mainmenu a:link, td.mainmenu a:visited, td.mainmenu a:active, td.mainmenu a:hover {
	font-family:verdana;
	font-size:12pt;
	color:#1AA0E3;
	text-decoration:none;
	font-weight:bold;
	text-align: center;
	padding: 5px 0 5px 0;
}
td.mainmenu {
	font-family:verdana;
	font-size:12pt;
	color:#999;
	text-decoration:none;
	font-weight:bold;
	text-align: center;
}
TD{
	font-family:verdana;
	font-size:9pt;
	color:#999999;
}


////////////////




body {
	font-family: verdana,serif;
	background-color: #DEF; 

	background-image: url(rose3.gif); 
	background-repeat: no-repeat; 
	margin: 3px; 
	padding: 10px;
}
h1, h2, h3 {
	/* color: #69C; */
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 20pt;
	padding-bottom: 7px;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
	padding-top: 14px;
}
h1.error, h2.error, h3.error {
	color: #F00;
}
.desc {
	font-size: 8pt;
	font-weight: bold;
	vertical-align: top;
	padding-right: 8px;
	border-top:1px #3EACE9 solid;
	padding-top: 6px;
	padding-bottom: 6px;
}
.value {
	font-size: 8pt;
	vertical-align: top;
	border-top:1px #3EACE9 solid;
	padding-top: 6px;
	padding-bottom: 6px;
}
input, textarea, select {
	font-size: 8pt;
}
.small {
	font-size: 7pt;
	font-weight: normal;
}
.name {
	font-weight:bold;
	font-size: 12pt;
}
.notes {
	font-size: 11pt;
}
.info {
	font-size: 11pt;
}









.form_table {
	/* background-color: #036; */
	border: 1px solid #AAA; 
}
.form_table th {
	background-color: #EEE;
	background-image: url(images/menu_bg.jpg);
	color:#1AA0E3;
	height: 40px;
}
.form_table td {
	background-color: #D1F1FE;
}
.form_table input {
	width: 250px;
}
.form_table textarea {
	width: 250px;
	height: 65px;
}

input.error {
	background-color: #Fcc;
}
textarea.error {
	background-color: #Fcc;
}
td.error {
	background-color: #F00;
}
.error {
	color: #F00;
}
.url {
	color: green;	
	font-size: 7pt;
}
h1.error, h2.error, h3.error {
	font-size: 11pt;
}
h1.success, h2.success, h3.success {
	font-size: 11pt;
	background-color: #99CC99; /* 99CC99 D1F1FE */
	border: 1px solid #999;
	padding: 3px;
	color: #666;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 120%;
}

#pagination {
clear : both; 
line-height : 2em; 
font-size : 9pt; 
} 
#pagination span {
border : 1px solid gray; 
margin : 2px; 
padding : 0 3px; 
color : #000000;
background-color : #eee; 
} 
#pagination a {
margin : 2px; 
padding : 0 3px; 
border : 1px solid #1AA0E3; 
} 
#pagination a:hover {
background-color : #1AA0E3; 
text-decoration : none; 
color : white; 
} 
#pagination a:visited {
border : 1px solid #1AA0E3; 
} 