/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #333333;
}
.footer1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #333333;
}
.footer2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #4271a4;
	text-decoration:none
}
.footer2 a:link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #4271a4;
	text-decoration:none
}
.footer2 a:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #4271a4;
	text-decoration:none
}
.footer2 a:active {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #4271a4;
	text-decoration:none
}
.footer2 a:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #4271a4;
	text-decoration:none
}
a:link, a:visited {
	color: #608BC1;
	text-decoration:none;
}
.bold_idea  {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #608BC0;
	text-decoration:none;
	font-weight:bold;
}
.white_bold_idea  {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
}
.unbold_idea  {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #608BC0;
	text-decoration:none;
}

body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/images/page_bg.gif);
	background-position:top;
}
#input {
  		width:200px; height:20px;
		border-width:1px;
		border-style:solid;
		border-color:#666666;
		background-color:#fcfcfc;
		
		padding-left:4px; padding-top:2px
}
#textarea {
  		width:200px; height:200px;
		border-width:1px;
		border-style:solid;
		border-color:#666666;
		background-color:#fcfcfc;
		
		padding-left:4px;
		overflow:auto
}
