@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, 
sub, sup, var, b, i, input, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, 
figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, 
audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
	/*text-shadow: 1px 1px #888888, 1px 1px #333666;*/	
}

a:link {
	text-decoration: none;
		color:#333333;
}
a:visited {
	text-decoration: none;
	color:#333333;
}
a:hover {
    text-decoration:underline;
	color:#006633;
}
a:active {
	text-decoration: none;
	color:#333333;
}
.rounded{
	border-radius: 5px;
	-moz-border-radius: 5px;
	border:2px solid #cccccc;
}
.link_text {
font-size:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
font-style:normal;
color:#333333;
line-height:25px;
}
.head_text {
font-size:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
font-style:normal;
color:#336699;
line-height:35px;
}
.feedback_name {
font-size:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
font-style:normal;
color:#0066cc;
line-height:25px;
}
.feedback_text {
font-size:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
font-style:normal;
color:#333333;
line-height:16px;
}
.feedback_table1{
border-bottom:1px dashed #000000;
padding-bottom:15px;
padding-left:10px;
background-image:url(../images/transparent.png);
}
.feedback_table2{
border-bottom:1px dashed #000000;
padding-bottom:15px;
padding-left:10px;
background-image:url(../images/transparent2.png);
}
.explore_connections{
width:156px;
height:30px;
border:solid 0px #0033ff;
background-image:url(../images/connected1.png);
}

.explore_connections:hover{
width:156px;
height:30px;
border:solid 0px #ff9900;
background-image:url(../images/connected2.png);
}
.message{
width:156px;
height:31px;
border:solid 0px #0033ff;
background-image:url(../images/message1.jpg);
}

.message:hover{
width:156px;
height:31px;
border:solid 0px #ff9900;
background-image:url(../images/message2.jpg);
}