/*
===============================================================================
 Copyright (c) 2005, MTC Software.  All Rights Reserved.
 This file contains proprietary trade secrets of MTC Software. No part
 of this file may be reproduced or transmitted in any form or by any means,
 electronic or mechanical, including photocopying and recording, for any
 purpose without the expressed written permission of MTC Software.
===============================================================================
Application		:   Sisters of Providence Washington Website
File Name		:	sop.css
Author			:	Tom Clark
Date Created	:	10-24-05
===============================================================================
$History: sop.css $
=============================================================================*/
body { 	color: #666666; 
	font-family:arial,helvetica,sans-serif; 
	font-size:11px;
}

a		{
	color: #666666; 
	text-decoration: underline;
}
a:hover {
	color: #666666; 
	text-decoration: none;
}

h1   { 	font-weight:bold; 
	color:#EE5252; 
	font-size:20px; 
	font-family:times;
}
h2   { 	font-weight:bold; 
	font-style:italic; 
	color:#666666; 
	font-size:14px; 
	font-family:arial,helvetica,sans-serif; 
	margin-bottom: -10px; 
	margin-top: 10px; 
}
h3   { 
	font-weight:bold; 
	color:#666666; 
	font-size:14px; 
	font-family:arial,helvetica,sans-serif; 
}
p    {  color:#666666; 
	font-size:12px; 
	font-family:arial,helvetica,sans-serif; 
}
p.guestcomment	{ 	color:#0158AF; 
			font-size:12px; 
			font-family:arial,helvetica,sans-serif; margin-bottom: 0px;
}
i    { 	Font-style:italic; 
	font-family:arial,helvetica,sans-serif; 
}
b    {  font-weight:bold; 
	font-family:arial,helvetica,sans-serif; 
}
.small  { 	color:#666666; 
		font-size:10px; 
		font-family:arial,helvetica,sans-serif; 
}
.error	{ color:FF0000; 
	font-style:italic; 
}
.required { 	color:#FF0000; 
		font-weight:bold; 
}

.photomargin { margin: 0, 15, 15, 0; 
}


.imagebutton	{ cursor: pointer; }
.input_field	{ color:#0158AF; font-family:arial,helvetica,sans-serif; font-size:11px; }
.small_input_field	{ font-family:arial,helvetica,sans-serif; font-size:10px; }
.small_button	{ font-family:arial,helvetica,sans-serif; font-size:11px; cursor: pointer; }
.thin_border	{ border: 1px solid #000000; }
.caption	{ color:#666666; font-size:11px; font-family:arial,helvetica,sans-serif; font-style:italic; }
a.small		{ color: #666666; text-decoration: underline; }
a.small:hover 	{ color: #666666; text-decoration: none; }
td		{ font-family:arial,helvetica,sans-serif; font-size:12px; }
table.outsideborder	{ border-collapse: collapse; border: 1px solid #000; }
