/* Pomfret Computer Technologies - Style sheet for Retro Modern */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}

.sg_top {
	background-image:url(media/retro_top_sg.gif);
}
.sg_right {
	background-image: url(media/retro_right_sg.gif);
	background-repeat: repeat-y;
}
.title_main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #6F0000;
	font-weight: bold;
	letter-spacing: .1em;
}
.text_para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;	
}
.text_para a:link {
	color:#6F0000;
	text-decoration:none;
}
.text_para a:visited {
	color:#6F0000;
	text-decoration:none;
}
.text_para a:hover {
	color:#6F0000;
	text-decoration:underline;
}
.text_para a:active {
	color:#6F0000;
	text-decoration:none;
}

.title_maroon_bkg {
	color: #FFFFFF;
	background-color: #6F0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.text_caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #6F0000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.footer a:link {
	color:#CCCCCC;
	text-decoration:none;
}
.footer a:visited {
	color:#CCCCCC;
	text-decoration:none;
}
.footer a:active {
	color:#CCCCCC;
	text-decoration:none;
}

.text_para .text_maroon {
	color: #6F0000;
}
.text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}






.title_sub {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6F0000;
	font-weight: bold;
	letter-spacing: .1em;
}




.sg_left {
	background-image:url(media/retro_left_sg.gif);
	background-repeat: repeat-y;
	width: 103px;
}

.button {
	font:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:14;
}
.button  a:link {	
	color:#FFFFFF;
	text-decoration:none;	
}