td{
	font-size:12px;
	font-family:arial;
}

a,a:visited,a:hover{
	font-size:12px;
	font-family:arial;
	color:#3366FF;
}

.cache{
	background-color:#CCFFCC;
}	

a.title,a:visited.title,a:hover.title{
	font-size:14px;
	font-family:arial;
	color:#3366FF;
}		

body{
	font-size:12px;
	font-family:arial;
}

input,select{
	font-size:12px;
	font-family:arial;
	border-style : solid;
	border-width : 1px;
	border-color:#000000;
}

.footer{
	font-size:10px;
	font-family:arial;
}

a.small,a:visited.small,a:hover.small{
	font-size:10px;
	font-family:arial;
	color:#3366FF;
}		

a.greenlink,a:visited.greenlink,a:hover.greenlink{
	font-size:12px;
	font-family:arial;
	color:#00CC00;
}		

td.google{
	font-family:arial;
	font-size:11px;
	text-decoration:underline;
	color:#000000
}

a.googlelink,a:visited.googlelink,a:hover.googlelink{
	font-family:arial;
	font-size:13px;
	text-decoration:underline;
	color:#3366FF
}

a.googletext,a:visited.googletext,a:hover.googletext{
	font-family:arial;
	font-size:12px;
	text-decoration:none;
	color:#000000
}

a.googlelinksmall,a:visited.googlelinksmall,a:hover.googlelinksmall{
	font-family:arial;
	font-size:10px;
	text-decoration:none;
	color:#00CC00
}

.myh1{
	color:#3366FF;
	font-size:16px;
}

div.button{}

div.button .btnleft, div.button .btnright{
height:20px;
width:5px;
background-image: url(/images/button_left.gif);
float:left;
display:inline
}

div.button .btnright{background-image: url(/images/button_right.gif);display:inline;float:left;}

div.button .btncenter{
	float:left;
	height:20px;
	background-image: url(/images/button_center.gif);
	overflow:hidden;
	display:inline;
	float:left;
}

div.button .btncenter a{
	text-decoration: none;
	line-height: 22px;
	padding: 0px 6px;
	display:inline;
	float:left;
/*	font-weight:bold;*/
}

div.button .btncenter a:hover{color:#000;display:inline;float:left;}

/* styling an input button */
div.button .btncenter input{
	text-decoration: none;
	border:0px solid #000;
	background: transparent;
	font: 12px "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;color: #000;
	cursor: pointer;
	margin-top:2px;
	height:19px;
	display:inline;
	float:left;
}