/* ##############################################################
#################################################################
####### Standard StyleSheet for Coover Group Sites ##############
#################################################################
#################################################################
Version $Id: main.css,v 1.12 2009/05/10 14:46:29 gjanes Exp $ */

/* ##############################################################
############################################################## */
/* STANDARD PROPERTIES */

/* the default body font color, background color, font, etc */
BODY,TD {
	color: #000;
	margin: 10px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 9pt;
	text-align: justify;
}

img {
	border: 0;
}



/* ##############################################################
############################################################## */
/* FONT CLASSES */

/* standard link properties */
a:link, a:active, a:visited {
	color: #303;
	font-weight: bold;
}
a:hover {
	color: #c0c;
	font-weight: bold;
}

/* menu font */
.menu {
	color: #303;
	font-size: 14pt;
}
a.menu_highlight:link, a.menu_highlight:active, a.menu_highlight:visited {
	color: #c0c;
	font-size: 14pt;
}
a.menu_highlight:hover {
	color: #303;
}

.normal {
        color: #000;
        font-size: 9pt;
        font-weight: normal
}

.bold {
	color: #303;
	font-weight: bold;
}

.title {
	color: #303;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
}

.writing {
	font-family: Monotype Corsiva, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11pt;
}

.purple {
	color: #303;
}

.quote {
	font-style: italic;
	padding-left: 15px;
}
.author {
	text-align: right;
}

.italic {
	font-style: italic;
}

/* ##############################################################
############################################################## */
/* CUSTOM CLASSES */

/* classes to provide the images for the basic layout */
.top_line {
	background: url(/images/top_line.gif) repeat-x bottom;
}
.left_line {
	background: url(/images/left_line.gif) repeat-y;
}
.menu_line {
	background: url(/images/menu_right.gif) repeat-y;
}
.right_line {
	background: url(/images/right_line.gif) repeat-y;
}
.bottom_line {
	background: url(/images/bottom_line.gif) repeat-x;
}
.dot {
	background: url(/images/dot.gif) repeat-x;
}


/* provide classes to generate the dotted lines used in body tables */
.dotted, #dotted {
	border: 2px dotted #303;
}
.dotted-left, #dotted-left {
	border-left: 2px dotted #303;
}
.dotted-right, #dotted-right {
	border-right: 2px dotted #303;
}
.dotted-top, #dotted-top {
	border-top: 2px dotted #303;
}
.dotted-bottom, #dotted-bottom {
	border-bottom: 2px dotted #303;
}
