/*
	stylesheet.css

	Copyright (c) 2009 Vivian V. Vo, DDS, APC
*/

.boxText {
	font-family: "Times New Roman", Georgia, sans-serif;
	font-size: 10px;
}

/* tables */
TABLE.Header {
	border: 1px;
	border-style: solid;
	background: #ffffff;
	color: #000000;
}

TD.Header {
	background-image: url('images/bg/fg.gif');
	color: #cc3333;
	font-family: "Times New Roman", Georgia, sans-serif;
}

TABLE.Main {
	background-image: url('images/bg/fg.gif');
	border: 1px;
	border-style: solid;
	color: #000000;
}

TABLE.Content {
	background-image: url('images/bg/fg.gif');
	color: #000000;
}

/* body */
BODY {
	background-image: url('images/bg/bg.jpg');
	font-family: "Times New Roman", Georgia, sans-serif;
	color: #000000;
	margin: 0px;
	width:100%;
	height:100%;
}

P.Main {
	margin-left: 30px;
	margin-right: 30px;
	font-family: "Times New Roman", Georgia, sans-serif;
	font-size: 16px;
}

P.NoRight {
	margin-left: 30px;
	font-family: "Times New Roman", Georgia, sans-serif;
	font-size: 16px;
}

P.Pic {
	margin-left: 30px;
	font-family: "Times New Roman", Georgia, sans-serif;
}

DIV.Main {
	margin-left: 30px;
	margin-right: 30px;
	font-family: "Times New Roman", Georgia, sans-serif;
	font-size: 16px;
}

UL.Main {
	margin-left: 30px;
	padding: 0px;
	font-family: "Times New Roman", Georgia, sans-serif;
	list-style-type: disc;
	list-style-position: inside;
	text-indent: 10px;
}

/* Link */
A {
	COLOR: blue;
	TEXT-DECORATION: underline;
}

A:hover {
	COLOR: red;
	TEXT-DECORATION: underline;
}

A:visited {
	COLOR: #333399;
	TEXT-DECORATION: underline;
}

/* Menu */
P.Menu {
	margin-left: 15px;
	font-family: "Times New Roman", Georgia, sans-serif;
	font-size: 12px;
}

A.Menu:link {
	COLOR: black; 
	TEXT-DECORATION: none; 
	font-weight: bold;
}

A.Menu:visited {
	COLOR: black;
	TEXT-DECORATION: none;
	font-weight: bold;
}

A.Menu:active {
	COLOR: black;
	TEXT-DECORATION: none;
	font-weight: bold;
}

A.Menu:hover {
	COLOR: yellow;
	TEXT-DECORATION: none;
	font-weight: bold;
}
