/* L I N K S */
/* Home */
a.hn1:link {color: #0099CC; text-decoration: none }			/* unvisited link */
a.hn1:visited {color: #0099CC; text-decoration: none }		/* visited link */
a.hn1:hover {color: #127AAB; text-decoration: underline }		/* mouse over link */
a.hn1:active {color: #0099CC; text-decoration: none } 		/* selected link */

/* T E X T  E F F E C T S */
/* Global */
.h1 {	color: #534640;
		font: 1em "Arial";
		font-size: 18px;
		}

.h2 {	color: #404040;
			font: 1em "Arial";
			font-size: 14px;
			font-weight: bold;
			}

.hid {	color: #D8E5FF;
		font: 1em "Arial";
		font-size: 10px;
		}

#body {	background-color: #D8E5FF;
			text-align: center;
			margin: 25px auto;
			}

.wrap_1 {	width: 700px;
				}

.dimensions {	color: #3D8D53;
						font: 1em "Arial";
						font-size: 11px;
						font-weight: bold;
						}

.c1 {	color: #404040;
		font: 1em "Arial";
		font-size: 11px;
		line-height: 15px;
		text-align: justify;
		}

.c1w {	color: #FFFFFF;
		font: 1em "Arial";
		font-size: 14px;
		font-weight: bold;
		padding: 5px 0px;
		line-height: 15px;
		text-align: center;
		}
		
.faq {	color: #404040;
			font: 1em "Arial";
			font-size: 11px;
			font-weight: bold;
			}
