/* These handle all the table colours, BG and Border for 
   the geoBlog
*/

/*************************** Text Styles ***************************/
.titleText {
   font-weight:bold;
	color: #FFFFFF;
}

/*************************** Table Styles ***************************/
.titleTable {
	border: 1px solid #FFFFFF;
	color: #FFFF00;
	width: 430px;
	background-color: transparent;
}

.blogTable { /*This handles all the table colours, BG and Border*/
	border: 1px solid #FFFFFF;
	width: 430px;
	background-color: transparent;
}

.footerTable { /*This handles all the table colours, BG and Border*/
	background-color: transparent;
	border: 1px solid #FFFFFF;
	width: 430px;
}
/*************************** Styles for FORM elements **************************/
.formobjects {
	background-color: transparent;
	border: 1px solid #FFFFFF;
}
.formbutton {
	background-color: transparent;
	border: 1px solid #FFFFFF;
}

/*************************** General HTML Elements ****************************/
body { /*This handles the page properties*/
	font-family: Tahoma, Times New Roman, Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	background-color: transparent;
	width: 430px;
}
tr { /*This handles the table row properties*/
	font-family: Tahoma, Times New Roman, Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	width: 430px;
}

/*************************** General URL Link Elements ***************************/
a { /*This handles links*/
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover { /*This handles link hover*/
	color: #FFFFFF;
	text-decoration: none;
}
