/* 
   Master CSS for offshoreinvestment.com. 
   Author: andrew.mcfarland@unite.net 
   Modified and validated 08/03/02   
*/

/* Global settings */

body {
	background-color: rgb(255,255,255);
	color:            rgb(0,0,0);
	font-family:      Arial, Verdana, Helvetica, sans-serif;
}

td, th, p {
	font-family:      Arial, Verdana, Helvetica, sans-serif;
}

A:link {
	background-color: transparent;
	color:            #000099;
}

A:visited {
	background-color: transparent;
	color:            #0000CC;
}	

A:active {
	background-color: transparent;
	color:            #AA0000;
}

A:hover {
	background-color: transparent;
	color:            #AA0000;
}

h1 {
	font-size:        140%;
}

h2, p.survey, p.directory {
	font-size:        120%;
	font-weight:      bold;
	margin-bottom:    0px;
}

.title{
	font-weight:      bold;
}

span.searchissue {
	font-size:        80%;
}

form td, form th {
	background-color: rgb(238,238,238);
	color:            rgb(0,0,0);
	font-weight:      normal;
	text-align:       left;
}

form td.submit, form th.submit {
	background-color: rgb(255,255,255);
	color:            rgb(0,0,0);
	text-align:       left;
}

/* styles for the subscription form */
div.subform { font-family: Arial, sans-serif }
div.subform h3 {
    color: #D72A16;
    background-color: #ffffff;
}
div.subform td { vertical-align: top }

/* styles for the conference form */
form.conference th { text-align:right }
